6e6b899071
CI / docker (push) Successful in 7m37s
引入用户端对话/生图与管理端 Provider 配置,统一 invoke 编排、Gateway、请求日志与模型管理;前端按设计规范拆分布局,Go module 更名为 github.com/rose_cat707/Atlas;生图长任务 SSE 推送;管理端登录防爆破;协议与服务类型联动;Replicate 模型同步修复;用户端创作台 UI 重构;管理端创作历史替代请求日志。 Co-authored-by: Cursor <cursoragent@cursor.com>
76 lines
2.0 KiB
JSON
76 lines
2.0 KiB
JSON
{
|
|
"results": [
|
|
{
|
|
"description": "Qwen Image Edit",
|
|
"latest_version": {
|
|
"id": "qwen-image-edit",
|
|
"openapi_schema": {
|
|
"components": {
|
|
"schemas": {
|
|
"Input": {
|
|
"properties": {
|
|
"prompt": {
|
|
"description": "正向提示词",
|
|
"title": "正向提示词",
|
|
"type": "string",
|
|
"x-order": 0
|
|
},
|
|
"image": {
|
|
"description": "输入图 URL",
|
|
"title": "输入图 URL",
|
|
"type": "string",
|
|
"x-order": 2
|
|
},
|
|
"denoise": {
|
|
"default": 0.75,
|
|
"description": "重绘幅度",
|
|
"title": "重绘幅度",
|
|
"type": "number",
|
|
"x-order": 6
|
|
}
|
|
},
|
|
"required": ["prompt", "image"],
|
|
"type": "object"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"name": "qwen-image-edit",
|
|
"owner": "comfyui"
|
|
},
|
|
{
|
|
"description": "Z Image",
|
|
"latest_version": {
|
|
"id": "z-image",
|
|
"openapi_schema": {
|
|
"components": {
|
|
"schemas": {
|
|
"Input": {
|
|
"properties": {
|
|
"prompt": {
|
|
"description": "正向提示词",
|
|
"title": "正向提示词",
|
|
"type": "string",
|
|
"x-order": 0
|
|
},
|
|
"width": {
|
|
"default": 1024,
|
|
"title": "宽度",
|
|
"type": "integer",
|
|
"x-order": 3
|
|
}
|
|
},
|
|
"required": ["prompt"],
|
|
"type": "object"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"name": "z-image",
|
|
"owner": "comfyui"
|
|
}
|
|
]
|
|
}
|