CLI implementation
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user