• Stefy Lanza (nextime / spora )'s avatar
    Skip colorspace detection when using offload strategies · 3bce5085
    Stefy Lanza (nextime / spora ) authored
    Colorspace detection requires extra memory that may not be available
    when using offload strategies (sequential, balanced, auto_map, group).
    Now skips detection and defaults to RGB for:
    - Any offload strategy other than 'none' or 'model'
    - Systems with <12GB available RAM
    
    Users can still manually set colorspace or use --swap_bgr if needed.
    3bce5085
videogen.py 476 KB