feat: audio-vae-cpu, save/load latent, optimized scripts, LoRA docs#1639
Open
Daniel-Uzcategui wants to merge 2 commits into
Open
feat: audio-vae-cpu, save/load latent, optimized scripts, LoRA docs#1639Daniel-Uzcategui wants to merge 2 commits into
Daniel-Uzcategui wants to merge 2 commits into
Conversation
…kflows, update TEST_MATRIX When using --load-latent, the denoising step is skipped entirely. Change the hires_denoising_strength clamp from (0.0001, 1.0] to [0.0, 1.0] and the validation range accordingly so users don't need to pass a dummy non-zero denoising strength. TEST_MATRIX updated with complete generation log across all styles. Co-Authored-By: Claude <noreply@anthropic.com>
wbruna
suggested changes
Jun 12, 2026
wbruna
left a comment
Contributor
There was a problem hiding this comment.
Please review the contribution conventions for the project, especially the part about AI-assisted code.
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.
Features
--audio-vae-cpuRun audio VAE on CPU to free GPU VRAM for video VAE. Audio VAE is lightweight and runs faster on CPU anyway, so this is a net win for VRAM-constrained setups.
--save-latent/--load-latentSave the denoised latent tensor before VAE decode, or load a pre-computed latent to skip text encoding and denoising. Combined with
--audio-vae-cpu, enables fast iteration on VAE parameters without re-running denoising.Optimized generation scripts
Batch scripts for 480p/720p/768p generation with tuned VAE tiling parameters.
LoRA documentation
LORA_DUAL_CHAR.md— guide for dual-character LoRA usage (two subjects from one LoRA).Other changes
skip_model_checkparameter onresolve_and_validatefor latent-loading workflowscast_audio_activation_for_weightfor CPU audio VAE compatibilityhires_denoising_strength=0(skip denoising) for load-latent workflowsTEST_MATRIX.mdwith complete generation log🤖 Generated with Claude Code