查询 civitai 模型
GET
/v2/model/civitai_version_id/{civitai_version_id}通过 civitai 版本 ID 获取模型信息,如果 enable = 1,则该模型可以通过 /v2/txt2img 和 /v2/img2img 使用。
请求参数
Path 参数
civitai_version_id
string
必需
civitai 版本 ID
Header 参数
Authorization
string
必需
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
可选
0代表成功,其他值代表失败
msg
string
可选
data
object
可选
model
object
可选
示例
{
"code": 0,
"msg": "",
"data": {
"model": {
"id": null,
"model_id": "",
"hash": "ECEFB796FF",
"name": "NeverEnding Dream (NED)",
"type": "checkpoint",
"version": "",
"sd_name": "neverendingDreamNED_v122BakedVae.safetensors",
"third_source": "civitai",
"enable": null,
"download_name": "neverendingDreamNED_v122BakedVae.safetensors",
"download_status": 1,
"dependency_status": 1,
"delete_time": "",
"create_time": "",
"update_time": "",
"civitai_link": "https://civitai.com/models/10028",
"civitai_model_id": 10028,
"civitai_version_id": 64094,
"civitai_nsfw": false,
"civitai_allow_commercial_use": "Rent",
"civitai_allow_different_license": true,
"civitai_download_url": "https://civitai.com/api/download/models/64094",
"civitai_create_at": "2023-05-06 16:22:46",
"civitai_update_at": "2023-05-19 08:16:45",
"civitai_trained_words": "",
"civitai_tags": "anime,landscapes,girl,3d,photorealistic,female,cosplay,base model,art style,woman,illustration,digital illustration,fantasy,girls,photography,portraits,realistic,semi-realistic,video game,women",
"civitai_download_count": 87817,
"civitai_favorite_count": 13492,
"civitai_comment_count": 200,
"civitai_rating_count": 386,
"civitai_rating": 4.96,
"civitai_images": [
{
"url": "https://next-app-static.s3.amazonaws.com/images-prod/xG1nkqKTMzGDvpLrqFT7WA/991f0217-2501-4106-957a-fcc7643f7061/width=450/707744.jpeg",
"nsfw": "None",
"meta": {
"prompt": "(Jedi meditation:1.3), serene photo,1girl, Jedi master in deep meditation, in jedioutfit, sitting cross-legged, (desert oasis:1.1), surrounded by blooming desert flowers, harmonizing with the Force, spiritual retreat, transcendent tranquility, desert enlightenment, Absurdres, hdr, ultra detailed illustration, extremely detailed face, RAW photo, film grain, skin pores, trending on deviantart <lora:jedioutfit:1> <lora:epiNoiseoffset_v2:1>",
"negative_prompt": "easynegative,(bad-hands-5:1.3),lowres, bad anatomy, bad hands out of frame, two heads, totem pole, several faces, extra fingers, mutated hands, (poorly drawn hands:1.21), (poorly drawn face:1.21), (mutation:1.331), (deformed:1.331), (ugly:1.21), blurry, (bad anatomy:1.21), (bad proportions:1.331), (extra limbs:1.21), cloned face, glitchy, makeup, adherent bodies slimy bodies, (badly visible legs), mutated legs, deformed legs, bad legs, out of frame, two heads, totem pole, several faces, extra fingers, mutated hands, extra hands, (poorly drawn hands:1.21), (mutation:1.331), (deformed:1.331), (bad anatomy:1.21), (bad proportions:1.331), (extra limbs:1.21), cloned face, glitchy, distorted fingers,bad_prompt_version2,ng_deepnegative_v1_75t",
"sampler_name": "DPM++ SDE Karras",
"steps": 30,
"cfg_scale": 7,
"seed": 2972238300,
"height": 540,
"width": 768,
"model_name": "NeverEndingDream_2.2_BakedVae_fp16"
}
}
],
"civitai_image_url": "https://next-app-static.s3.amazonaws.com/images-prod/xG1nkqKTMzGDvpLrqFT7WA/991f0217-2501-4106-957a-fcc7643f7061/width=450/707744.jpeg",
"civitai_image_nsfw": "None",
"civitai_origin_image_url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/991f0217-2501-4106-957a-fcc7643f7061/width=450/707744.jpeg",
"civitai_image_prompt": "(Jedi meditation:1.3), serene photo,1girl, Jedi master in deep meditation, in jedioutfit, sitting cross-legged, (desert oasis:1.1), surrounded by blooming desert flowers, harmonizing with the Force, spiritual retreat, transcendent tranquility, desert enlightenment, Absurdres, hdr, ultra detailed illustration, extremely detailed face, RAW photo, film grain, skin pores, trending on deviantart <lora:jedioutfit:1> <lora:epiNoiseoffset_v2:1>",
"civitai_image_negative_prompt": "easynegative,(bad-hands-5:1.3),lowres, bad anatomy, bad hands out of frame, two heads, totem pole, several faces, extra fingers, mutated hands, (poorly drawn hands:1.21), (poorly drawn face:1.21), (mutation:1.331), (deformed:1.331), (ugly:1.21), blurry, (bad anatomy:1.21), (bad proportions:1.331), (extra limbs:1.21), cloned face, glitchy, makeup, adherent bodies slimy bodies, (badly visible legs), mutated legs, deformed legs, bad legs, out of frame, two heads, totem pole, several faces, extra fingers, mutated hands, extra hands, (poorly drawn hands:1.21), (mutation:1.331), (deformed:1.331), (bad anatomy:1.21), (bad proportions:1.331), (extra limbs:1.21), cloned face, glitchy, distorted fingers,bad_prompt_version2,ng_deepnegative_v1_75t",
"civitai_image_sampler_name": "DPM++ SDE Karras",
"civitai_image_height": 768,
"civitai_image_width": 540,
"civitai_image_steps": 30,
"civitai_image_cfg_scale": 7,
"civitai_image_seed": 2972238300,
"civitai_dependency_model_name": "",
"civitai_dependency_version_id": null
}
}
}
最后修改时间: 1 年前