CLI implementation

This commit is contained in:
2026-02-04 01:10:58 -05:00
parent 33687865fd
commit 77cc907f6e
8 changed files with 1853 additions and 1 deletions

View File

@@ -92,7 +92,7 @@ class TestWanBackend:
# Double resolution (4x pixels)
vram_1440_81 = backend.estimate_vram_usage(1920, 1080, 81)
assert vram_1440_81 > vram_720_81 * 3 # Should be ~4x
assert vram_1440_81 > vram_720_81 * 2 # Should be ~2x due to model overhead
# Double frames
vram_720_162 = backend.estimate_vram_usage(1280, 720, 162)