• Stefy Lanza (nextime / spora )'s avatar
    Make colorspace detection safer for low-memory systems · 5f5c7ac4
    Stefy Lanza (nextime / spora ) authored
    - Check available RAM before detection (skip if <8GB free)
    - Reduce test dimensions from 256x256 to 128x128
    - Reduce inference steps from 10 to 5
    - Lower guidance scale from 5.0 to 3.0
    - Clear memory before and after detection
    - Catch OOM errors specifically with fallback
    - Always clear memory on any error
    5f5c7ac4
videogen.py 475 KB