Jony
ba920f2b66
Publish current ComfyUI O1Key code baseline
...
Replace the prior release tree with the current plugin, frontend, tests, and documentation. Document retired node IDs and the public Gitea update source.
2026-09-24 19:56:48 +08:00
o1key
30e9603f77
Add Grok and VEO video workflow support
2026-06-04 16:06:23 +08:00
o1key
5d9aff9ca7
Update image and video workflow nodes
2026-05-28 16:44:30 +08:00
o1key and Claude Opus 4.7
228c4c5141
feat: GPT Image 模型名映射及全局报错文案优化
...
- GPT Image 模型下拉选项映射为实际 API 参数(次卡→gpt-image-2-c,按量→gpt-image-2)
- 全局:含 "high load" 关键词的错误统一展示为"模型过载,请稍后重试!"
- GPT 独立:500 错误展示为"触发内容风控,或服务器繁忙!"
Co-Authored-By: Claude Opus 4.7 <[email protected] >
2026-05-25 10:36:38 +08:00
Jony and Claude Opus 4.6
69279c654d
feat: 新增 Grok 图像节点、前端 UI 增强、重构 nano-banana 系列
...
- 新增 Grok Image 节点及客户端
- 新增 save_image_format 节点
- 新增前端 JS 扩展:画笔工具、点阵网格、侧边栏隐藏、资源切换、重命名等
- 重构 nano-banana 节点,移除 pro 版本
- 移除 multi_res_preview 节点
- 新增 http_error 工具模块
- 各客户端和节点优化改进
Co-Authored-By: Claude Opus 4.6 <[email protected] >
2026-05-24 22:46:55 +08:00
Jony and Claude Opus 4.6
45deea2b06
feat: GPT Image 分辨率预设扩展为 1K/2K/4K 三档共 21 种常见宽高比
...
覆盖 1:1、3:2、2:3、4:3、3:4、16:9、9:16 七种比例,
auto 重命名为「智能」。
Co-Authored-By: Claude Opus 4.6 <[email protected] >
2026-05-19 22:01:03 +08:00
o1key and Claude Opus 4.7
aae98c0f89
feat: GPT Image 节点支持点击取消立即中断请求
...
Co-Authored-By: Claude Opus 4.7 <[email protected] >
2026-05-12 14:55:18 +08:00
o1key and Claude Opus 4.6
2e93a34434
feat: 新增AI生图(批量版)节点,模型改名,超时优化与友好报错
...
- 新增 BatchAsyncImageGenerator 节点(全并发+即时落盘,不怕中途失败丢图)
- 原版 AsyncImageGenerator 移除批量提示词功能,单节点只处理单提示词
- 模型改名:限时特价→次卡,gemini→nano-banana-官方
- 异步节点过滤 官方计费 渠道,仅保留次卡和官方模型
- 单任务超时提升至900s,批量超时改为动态计算(批次数×900s)
- No available channel for model 错误转化为中文友好提示
- 新增 base_async_provider / gemini_async_provider 异步客户端基类
Co-Authored-By: Claude Opus 4.6 <[email protected] >
2026-04-29 18:24:55 +08:00
o1key and Claude Opus 4.6
b6de4e49ab
fix: 移除多参考图同尺寸限制,改为独立tensor列表传递
...
Co-Authored-By: Claude Opus 4.6 <[email protected] >
2026-04-29 15:16:28 +08:00
o1key and Claude Opus 4.6
ad49a3c886
feat: GPT Image节点改为9个独立参考图输入,异步节点优化轮询与响应兼容
...
- gpt_image: 移除单个图片输入,改为参考图1~参考图9独立输入,支持多批次合并
- async: 调试日志默认关闭,轮询间隔降至2s,兼容image_url响应格式
Co-Authored-By: Claude Opus 4.6 <[email protected] >
2026-04-28 18:16:37 +08:00
o1key and Claude Sonnet 4.5
fe3cc65b71
feat: 错误提示中文化、GPT Image 余额查询、Nano Banana 自动重试
...
- gemini_client: 更新 429/504 中文错误文案,与产品文案对齐
- gpt_image_client: 新增 query_balance_sync / format_balance_info 余额查询方法
- gpt_image: 每次执行后打印余额日志(finally 块保证触发)
- nano_banana_pro: 单张生成支持自动重试,遇 429/503/504 最多重试 4 次,指数退避 2-32s,终端显示显眼重试状态
- nano_banana_pro: 关闭调试日志(DEBUG_LOG_ENABLED = False)
Co-Authored-By: Claude Sonnet 4.5 <[email protected] >
2026-04-22 18:10:35 +08:00
o1key and Claude Sonnet 4.5
949f7bb180
feat: GPT Image 节点新增质量参数、批量提示词及模型调整
...
- 新增「质量」下拉参数(高/中/低/自动),默认 auto,两个接口均传递 quality 字段
- 支持批量提示词模式:prompt 中用单独一行 --- 分隔多条提示词,逐条调用 API 并合并输出
- 模型列表更新:移除 gpt-image-1 / gpt-image-1-特价,新增 gpt-image-2,默认改为 gpt-image-2
- size 字段始终传递(auto 也上传),移除 seed 参数传递
Co-Authored-By: Claude Sonnet 4.5 <[email protected] >
2026-04-22 14:59:43 +08:00
o1key and Claude Sonnet 4.5
afa732b93a
refactor: 重命名 gpt_image 节点并优化分辨率显示与模型映射
...
- nodes/o1key_gpt_image.py → nodes/gpt_image.py
- 分辨率下拉扩充至 8 项并添加中文说明,generate() 内解析显示值再传 API
- 补充 gpt-image-2-特价 → gpt-image-2-special 映射
- edits 接口日志移除未实际发送的 quality/background 字段
Co-Authored-By: Claude Sonnet 4.5 <[email protected] >
2026-04-22 10:37:03 +08:00