The source_pattern can include subdirectories (e.g., "unet/model.safetensors"), but find_model_files() filters by filename only. Now we: 1. Extract just the filename using basename 2. Find files matching that filename 3. Filter results to match the full source_pattern path This allows proper matching of files in subdirectories. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
58 KiB
Executable File
58 KiB
Executable File