File size: 1,396 Bytes
8e05917 cd551a7 8e05917 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 |
{
"miko": {
"enable": true,
"model_path": "miko.pth",
"title": "Sakura Miko",
"cover": "cover.png",
"feature_retrieval_library": "added_IVF1141_Flat_nprobe_1_v1.index",
"author": "megaaziib"
},
"korone": {
"enable": true,
"model_path": "KORONE.pth",
"title": "Inugami Korone",
"cover": "cover.png",
"feature_retrieval_library": "added_IVF1732_Flat_nprobe_1_KORONE_v2.index",
"author": "dacoolkid44 and hijack"
},
"subaru": {
"enable": true,
"model_path": "subaru.pth",
"title": "Oozora Subaru",
"cover": "cover.png",
"feature_retrieval_library": "added_IVF576_Flat_nprobe_1.index",
"author": "megaaziib"
},
"pekora": {
"enable": true,
"model_path": "pekora.pth",
"title": "Usada Pekora",
"cover": "cover.png",
"feature_retrieval_library": "added_IVF801_Flat_nprobe_1.index",
"author": "megaaziib"
},
"luna": {
"enable": true,
"model_path": "luna.pth",
"title": "Himemori Luna",
"cover": "cover.png",
"feature_retrieval_library": "added_IVF852_Flat_nprobe_1_v1.index",
"author": "megaaziib"
},
"watame": {
"enable": true,
"model_path": "TsunomakiWatame_e500_s7500.pth",
"title": "Tsunomaki Watame",
"cover": "cover.png",
"feature_retrieval_library": "added_IVF288_Flat_nprobe_1_TsunomakiWatame_v2.index",
"author": "yeey5"
}
} |