Skip to content

[Feature Request]: Can you integrate advanced inpaint mask generation ? #25

@dendenmushy

Description

@dendenmushy

Is there an existing issue for this?

  • I have searched the existing issues and checked the recent builds/commits

What would your feature do?

Hey thanks mrhan1993 for your rework, is it possible to you to add this features on the image-generation ?
image

Be able to choose the model, reverse the mask generation, and generate the mask beforehand.

Proposed workflow

Maybe even create a new route for this use case due to generation step

Additional information

Fooocus original source code:
https://github.com/lllyasviel/Fooocus/blob/f597bf1ab653bd4bea8cb1e5cc7996348fbe8879/webui.py#L253

**inpaint_mask_image** = grh.Image(label='Mask Upload', source='upload', type='numpy', tool='sketch', height=500, brush_color="#FFFFFF", mask_opacity=1, elem_id='inpaint_mask_canvas')
                                **invert_mask_checkbox** = gr.Checkbox(label='Invert Mask When Generating', value=False)
                                **inpaint_mask_model** = gr.Dropdown(label='Mask generation model',

Mask generation function:
https://github.com/lllyasviel/Fooocus/blob/f597bf1ab653bd4bea8cb1e5cc7996348fbe8879/webui.py#L280

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions