refactor: 异步节点参数重命名为联网功能

This commit is contained in:
Jony
2026-04-28 01:22:47 +08:00
parent b40212f826
commit d4c887d440
+2 -2
View File
@@ -138,7 +138,7 @@ class NanoBananaProAsync:
"max": 1000,
"step": 1
}),
"谷歌搜索(联网)": (["关闭", "打开"], {
"联网功能": (["关闭", "打开"], {
"default": "关闭"
}),
"seed": ("INT", {
@@ -436,7 +436,7 @@ class NanoBananaProAsync:
"""生成图像(异步模式)"""
start_time = time.time()
enable_grounding: bool = (kwargs.pop("谷歌搜索(联网)", "关闭") == "打开")
enable_grounding: bool = (kwargs.pop("联网功能", "关闭") == "打开")
proxy_port: str = kwargs.pop("代理端口", "")
pbar = None