Hunyuan3D-2
Hunyuan3D-2 copied to clipboard
Fix unreachable rembg code in examples
If the image is always converted to 'RGBA' then the subsequent check if image.mode == 'RGB' will never trigger and thus rembg will never be executed.