Configure memory requirements for InfiniteYou-FLUX
mainInfiniteYou-FLUX v1.0 has varying VRAM requirements depending on the optimization flags used in test.py:
- Full-performance: Requires ~43GB peak VRAM (default
bf16inference). - Fast CPU offloading: Use
--cpu_offloadto reduce peak VRAM to ~30GB with no performance degradation. - 8-bit quantization: Use
--quantize_8bitto reduce peak VRAM to ~24GB with similar performance. - Combined optimization: Use both
--cpu_offloadand--quantize_8bitto reduce peak VRAM to ~16GB.