• Stefy Lanza (nextime / spora )'s avatar
    Fix OOM in I2V mode: sequential model loading · 0ccc1d52
    Stefy Lanza (nextime / spora ) authored
    - Defer I2V model loading when in I2V mode without provided image
    - Generate image first with T2I model
    - Unload T2I model completely (del, empty_cache, gc.collect)
    - Then load I2V model and generate video
    - This ensures only one model is in memory at a time
    - Fixes Linux OOM killer issue when loading multiple models
    0ccc1d52
Name
Last commit
Last update
EXAMPLES.md Loading commit data...
LICENSE.md Loading commit data...
README.md Loading commit data...
SKILL.md Loading commit data...
requirements.txt Loading commit data...
videogen Loading commit data...
videogen_mcp_server.py Loading commit data...
videogen_models.json Loading commit data...