What happened?
Arch: garuda
kde: plazma 6: wayland
When running any of the appimages I am unable to apply masks in the image to image workflow. They simply do not appear. If I compile from source this issue goes away.
AppImage inpainting masks were saved in editor state but not applied. The issue seems to be SkiaExtensions.ToAvaloniaBitmap returning an Avalonia Bitmap backed by Skia pixel memory that is disposed shortly after mask rendering. Making the Avalonia bitmap own its data, e.g. by constructing it from an encoded PNG stream, fixed the AppImage mask application issue.
This however leaves me without several features like the new model management stuff as well as the check boxes for quickly disabling EVs as well as a few other things.
Steps to reproduce
open an i2i workflow, draw a mask, enable the mask, save the mask, turn on mask visibility. No mask is visible.
yes de-noise is 100%. no changes are made after generation
Relevant logs
Version
any
What Operating System are you using?
Linux
What happened?
Arch: garuda
kde: plazma 6: wayland
When running any of the appimages I am unable to apply masks in the image to image workflow. They simply do not appear. If I compile from source this issue goes away.
AppImage inpainting masks were saved in editor state but not applied. The issue seems to be SkiaExtensions.ToAvaloniaBitmap returning an Avalonia Bitmap backed by Skia pixel memory that is disposed shortly after mask rendering. Making the Avalonia bitmap own its data, e.g. by constructing it from an encoded PNG stream, fixed the AppImage mask application issue.
This however leaves me without several features like the new model management stuff as well as the check boxes for quickly disabling EVs as well as a few other things.
Steps to reproduce
open an i2i workflow, draw a mask, enable the mask, save the mask, turn on mask visibility. No mask is visible.
yes de-noise is 100%. no changes are made after generation
Relevant logs
Version
any
What Operating System are you using?
Linux