Files
Comfyui-STAR/star_pipeline.py
Ethanfel e2025c6ca0 Move VAE encode outside autocast to match original STAR pipeline
The original STAR code runs vae_encode() before the amp.autocast() block.
Our code had it inside, which changes how the encoder processes tensors
and can produce different latent representations.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-15 02:14:25 +01:00

14 KiB