Skip to content

Inpainting-mask-error #1654

@Reaper176

Description

@Reaper176

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.

Image Image

yes de-noise is 100%. no changes are made after generation

Relevant logs

no logs regarding this

Version

any

What Operating System are you using?

Linux

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions