An open API service indexing awesome lists of open source software.

https://github.com/shinich39/civitai-checkpoint-json

Collect used metadata by model in civitai
https://github.com/shinich39/civitai-checkpoint-json

civitai stable-diffusion

Last synced: 8 months ago
JSON representation

Collect used metadata by model in civitai

Awesome Lists containing this project

README

          

# civitai-checkpoint-json

Collect used metadata by model in civitai

## Usage

Copy [latest.json](https://raw.githubusercontent.com/shinich39/civitai-checkpoint-json/refs/heads/main/dist/latest.json) file from dist directory and use it.

```js
// dist/latest.json
{
"dataCount": 11467,
"updatedAt": 1734850651838
"data": [
{
"updatedAt": "2023-07-29T20:50:47.173Z",
"modelId": 4384,
"modelName": "DreamShaper",
"versionId": 128713,
"versionName": "8",
"filenames": [
"dreamshaper_8"
],
"stats": {
"downloadCount": 593387,
"ratingCount": 3181,
"rating": 4.82,
"thumbsUpCount": 11147,
"thumbsDownCount": 110
},
"metadata": [
{
"w": 512,
"h": 832,
"pp": "(masterpiece), (extremely intricate:1.3), (realistic), portrait of a girl, the most beautiful in the world, (medieval armor), metal reflections, upper body, outdoors, intense sunlight, far away castle, professional photograph of a stunning woman detailed, sharp focus, dramatic, award winning, cinematic lighting, octane render unreal engine, volumetrics dtx, (film grain, blurry background, blurry foreground, bokeh, depth of field, sunset, motion blur:1.3), chainmail",
"np": "BadDream, (UnrealisticDream:1.3)",
"seed": 5775713,
"steps": 30,
"sampler": "DPM++ SDE Karras",
"cfg": 9
},
// ...
]
}
]
}

```