mirror of
https://github.com/invoke-ai/InvokeAI
synced 2025-07-25 12:55:55 +00:00
- get_perlin_noise() was returning 9 channels; fixed code to return noise for just the 4 image channels and not the mask ones. - Closes Issue #2541