Updated the INPUT_TYPES definition to set "Vae Patched" as the default selection.
Why: The "Original" VAE mode often causes black images or NaN errors in mixed-precision workflows (like Flux, Z_Image, or FP16 contexts) on certain hardware.
Fix: By defaulting to "Vae Patched," the node now automatically handles precision casting (forcing Float32 when necessary) to ensure successful image decoding out of the box, while still allowing advanced users to switch back to "Original" if needed.