forked from lllyasviel/Fooocus
-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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 ?

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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request