Files
config-center/compute/model-specs/stability.json

30 lines
794 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"description": "Stability AI 图像生成系列模型规格。参数来源config-center compute/providers/stability.json。无上下文窗口图像生成模型。",
"specs": [
{
"id": "stable-diffusion-3.5-large",
"displayName": "Stable Diffusion 3.5 Large",
"family": "stable-diffusion-3",
"match": {
"exact": [
"stable-diffusion-3.5-large"
],
"patterns": [
"stable-diffusion-3.5*"
]
},
"spec": {
"capabilities": [
"image_generation",
"high_quality",
"controllable"
],
"serviceType": [
"image_gen"
],
"description": "Stability AI 旗舰文生图模型,支持多种分辨率和风格"
}
}
]
}