Patch version increment to 1.30.3

**Base branch:** `main`

┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-6261-1-30-3-2966d73d365081799d90f8510c7e23dc)
by [Unito](https://www.unito.io)

---------

Co-authored-by: simula-r <18093452+simula-r@users.noreply.github.com>
Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
Comfy Org PR Bot
2025-10-25 11:22:54 +09:00
committed by GitHub
parent b1439be7f0
commit c7c513ae4a
11 changed files with 29 additions and 825 deletions

View File

@@ -1449,86 +1449,6 @@
}
}
},
"FluxProCannyNode": {
"description": "使用控制图像canny生成图像。",
"display_name": "Flux.1 Canny 控制图像",
"inputs": {
"canny_high_threshold": {
"name": "canny_high_threshold",
"tooltip": "Canny 边缘检测的高阈值;如果 skip_processing 为 True则忽略"
},
"canny_low_threshold": {
"name": "canny_low_threshold",
"tooltip": "Canny 边缘检测的低阈值;如果 skip_processing 为 True则忽略"
},
"control_after_generate": {
"name": "control after generate"
},
"control_image": {
"name": "control_image"
},
"guidance": {
"name": "guidance",
"tooltip": "图像生成过程中的引导强度"
},
"prompt": {
"name": "prompt",
"tooltip": "用于图像生成的提示词"
},
"prompt_upsampling": {
"name": "prompt_upsampling",
"tooltip": "是否对提示词进行上采样。如果启用,将自动修改提示词以获得更具创意的生成,但结果是非确定性的(相同种子不会产生完全相同的结果)。"
},
"seed": {
"name": "seed",
"tooltip": "用于生成噪声的随机种子。"
},
"skip_preprocessing": {
"name": "skip_preprocessing",
"tooltip": "是否跳过预处理;如果 control_image 已经是 canny 处理后的图像,则设为 True如果是原始图像则设为 False。"
},
"steps": {
"name": "steps",
"tooltip": "图像生成过程的步数"
}
}
},
"FluxProDepthNode": {
"description": "使用控制图像(深度)生成图像。",
"display_name": "Flux.1 深度控制图像",
"inputs": {
"control_after_generate": {
"name": "control after generate"
},
"control_image": {
"name": "control_image"
},
"guidance": {
"name": "guidance",
"tooltip": "图像生成过程中的引导强度"
},
"prompt": {
"name": "prompt",
"tooltip": "用于图像生成的提示词"
},
"prompt_upsampling": {
"name": "prompt_upsampling",
"tooltip": "是否对提示词进行上采样。启用后会自动修改提示词以获得更具创意的生成,但结果具有不确定性(相同种子不会产生完全相同的结果)。"
},
"seed": {
"name": "seed",
"tooltip": "用于生成噪声的随机种子。"
},
"skip_preprocessing": {
"name": "skip_preprocessing",
"tooltip": "是否跳过预处理;如果 control_image 已经是深度图像则设为 True如果是原始图像则设为 False。"
},
"steps": {
"name": "steps",
"tooltip": "图像生成过程的步数"
}
}
},
"FluxProExpandNode": {
"description": "根据提示词对图像进行外扩。",
"display_name": "Flux.1 扩展图像",