mirror of
https://github.com/vladmandic/sdnext.git
synced 2026-01-27 15:02:48 +03:00
The else branch in process_decode was returning a numpy array directly from vae_decode, while the if branch properly converted results to a list. This caused process_samples to return early with an empty infotext list, and zip(numpy_array, []) produced zero iterations, resulting in images=0 for detailer, inpainting, and img2img operations. Bug introduced in3e8dec929(Dec 2024), exposed by63a180be1(Nov 2025).
32 KiB
32 KiB