From 1aab61aa474dfd3e5e923c5a0354ce90a32c7510 Mon Sep 17 00:00:00 2001 From: CalamitousFelicitousness Date: Sat, 10 Jan 2026 03:08:22 +0000 Subject: [PATCH] Cleanup --- modules/video_models/google_veo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/video_models/google_veo.py b/modules/video_models/google_veo.py index 01c3645a7..aebc3f22f 100644 --- a/modules/video_models/google_veo.py +++ b/modules/video_models/google_veo.py @@ -71,7 +71,7 @@ class GoogleVeoVideoPipeline(): 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