Fix FLUX2 Klein load-time VRAM spikes on low-memory GPUs.#726
Open
mhofer1976 wants to merge 1 commit intoostris:mainfrom
Open
Fix FLUX2 Klein load-time VRAM spikes on low-memory GPUs.#726mhofer1976 wants to merge 1 commit intoostris:mainfrom
mhofer1976 wants to merge 1 commit intoostris:mainfrom
Conversation
Keep the transformer and Qwen text encoder off CUDA during initial load/quantization in low-VRAM mode so model startup avoids full-model OOM before offloading and quantization can take effect. Co-authored-by: Cursor <cursoragent@cursor.com>
280fb32 to
02dd161
Compare
|
Omg yes please, anything that fixes these annoying VRAM spikes between sampling and at random steps. I have a 5090 RTX that can run this flux 2 klein 9b without any problems but the longer the run the more it spikes. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Keep the transformer and Qwen text encoder off CUDA during initial load/quantization in low-VRAM mode so model startup avoids full-model OOM before offloading and quantization can take effect.
Summary
qtype_tefor Klein Qwen text-encoder quantization instead of the transformerqtypeTest plan
Loading transformerwith low VRAM settingsqtype_te