https://github.com/shinich39/civitai-lora-json
Collect lora recommended prompt in civitai
https://github.com/shinich39/civitai-lora-json
civitai stable-diffusion
Last synced: 7 months ago
JSON representation
Collect lora recommended prompt in civitai
- Host: GitHub
- URL: https://github.com/shinich39/civitai-lora-json
- Owner: shinich39
- License: mit
- Created: 2024-12-28T04:46:27.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-01-29T16:20:11.000Z (9 months ago)
- Last Synced: 2025-01-29T17:27:46.148Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 48.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# civitai-lora-json
Collect lora trigger words in civitai.
## Usage
Copy [latest.json](https://raw.githubusercontent.com/shinich39/civitai-lora-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-02-28T14:12:04.511Z",
"modelId": 14171,
"modelName": "Cute_girl_mix4",
"versionId": 16677,
"versionName": "v1.0",
"filenames": [
"mix4"
],
"stats": {
"downloadCount": 192758,
"ratingCount": 15546,
"rating": 5,
"thumbsUpCount": 17675,
"thumbsDownCount": 2
},
"words": [
"mix4"
]
},
]
}
```