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
- Host: GitHub
- URL: https://github.com/shinich39/civitai-checkpoint-json
- Owner: shinich39
- License: mit
- Created: 2024-12-12T19:57:52.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-02-05T20:02:28.000Z (8 months ago)
- Last Synced: 2025-02-14T13:41:23.625Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 48.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
},
// ...
]
}
]
}```