From d4c887d44020c3e8970b90309b1fe4e327e50c2e Mon Sep 17 00:00:00 2001 From: Jony <951565127@qq.com> Date: Tue, 28 Apr 2026 01:22:47 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E5=BC=82=E6=AD=A5=E8=8A=82?= =?UTF-8?q?=E7=82=B9=E5=8F=82=E6=95=B0=E9=87=8D=E5=91=BD=E5=90=8D=E4=B8=BA?= =?UTF-8?q?=E8=81=94=E7=BD=91=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nodes/nano_banana_pro_async.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nodes/nano_banana_pro_async.py b/nodes/nano_banana_pro_async.py index 6fb1db4..f6661d5 100644 --- a/nodes/nano_banana_pro_async.py +++ b/nodes/nano_banana_pro_async.py @@ -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