From 3302522fdba3e786c5aa8799daf8407823e307f0 Mon Sep 17 00:00:00 2001 From: CalamitousFelicitousness Date: Sat, 10 Jan 2026 03:07:44 +0000 Subject: [PATCH] Cleanup --- pipelines/model_google.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines/model_google.py b/pipelines/model_google.py index e6173bfa3..627003fd6 100644 --- a/pipelines/model_google.py +++ b/pipelines/model_google.py @@ -70,7 +70,7 @@ class GoogleNanoBananaPipeline(): def get_args(self): from modules.shared import opts - # Use UI settings only - env vars are intentionally ignored to prevent unexpected API charges + # Use UI settings only - env vars are intentionally ignored api_key = opts.google_api_key project_id = opts.google_project_id location_id = opts.google_location_id