From 3e612183fdb571ecb04fc4827e7486dc0c978026 Mon Sep 17 00:00:00 2001 From: puke <1129090915@qq.com> Date: Wed, 17 Dec 2025 19:26:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=AF=E6=8C=81Nano=20Banana=E6=A8=A1?= =?UTF-8?q?=E5=9E=8B=E8=B0=83=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- workflows/selfhost/image_nano_banana.json | 38 +++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 workflows/selfhost/image_nano_banana.json diff --git a/workflows/selfhost/image_nano_banana.json b/workflows/selfhost/image_nano_banana.json new file mode 100644 index 0000000..6e9c7bf --- /dev/null +++ b/workflows/selfhost/image_nano_banana.json @@ -0,0 +1,38 @@ +{ + "2": { + "inputs": { + "prompt": [ + "3", + 0 + ], + "model": "gemini-2.5-flash-image-preview", + "seed": 42 + }, + "class_type": "GeminiImageNode", + "_meta": { + "title": "Google Gemini Image" + } + }, + "3": { + "inputs": { + "value": "" + }, + "class_type": "PrimitiveStringMultiline", + "_meta": { + "title": "$prompt.value!" + } + }, + "4": { + "inputs": { + "filename_prefix": "ComfyUI", + "images": [ + "2", + 0 + ] + }, + "class_type": "SaveImage", + "_meta": { + "title": "Save Image" + } + } +} \ No newline at end of file