Fix SGM-VFI auto-download: correct file extension .pth → .pkl

The Google Drive folder contains .pkl files but the default model
name used .pth, causing the post-download existence check to fail.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-12 23:45:13 +01:00
parent d935462e24
commit 769da2586e
2 changed files with 2 additions and 2 deletions

View File

@@ -96,7 +96,7 @@ Loads an SGM-VFI checkpoint. Auto-downloads from Google Drive on first use to `C
Available checkpoints:
| Checkpoint | Variant | Params |
|-----------|---------|--------|
| `ours-1-2-points.pth` | Small | ~15M + GMFlow |
| `ours-1-2-points.pkl` | Small | ~15M + GMFlow |
#### SGM-VFI Interpolate