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

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

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"
]
},
]
}
```