From 7d35471973bbebc5d6df97e23d5e88e7dd15619c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Sat, 22 Nov 2025 16:09:11 +0100 Subject: [PATCH] fix: also fix find_model_files to use sys.argv MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Apply same sys.argv pattern to find_model_files function - Ensures all Python heredocs avoid bash interpolation issues 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- artifact_comfyui_download.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/artifact_comfyui_download.sh b/artifact_comfyui_download.sh index ea4d3a0..54689c0 100755 --- a/artifact_comfyui_download.sh +++ b/artifact_comfyui_download.sh @@ -310,14 +310,14 @@ find_model_files() { local repo_id="$1" local filename_filter="$2" - python3 - <