Indigo
Indigo
### Is there an existing issue for this? - [X] I have searched the existing issues and checked the recent builds/commits ### What would your feature do ? This update...
# Description This pull request introduces the implementation of validation loss using FID (Fréchet Inception Distance) scores and provides comprehensive documentation for this feature (for the wiki). The implementation includes:...
Previously, the prepare_mask function used a simple grayscale conversion (mask.convert("L")), which discarded the alpha channel in RGBA images. This resulted in fully transparent pixels being rendered as white, causing them...