We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey thanks mrhan1993 for your rework, is it possible to you to add this features on the image-generation ?
image-generation
Be able to choose the model, reverse the mask generation, and generate the mask beforehand.
Maybe even create a new route for this use case due to generation step
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
The text was updated successfully, but these errors were encountered:
support for v2.5.0 is ongoing, you can see progress in the v2.5.0 branch, maybe you can help test it and provide recommendations
Sorry, something went wrong.
Yes with pleasure 👍
No branches or pull requests
Is there an existing issue for this?
What would your feature do?
Hey thanks mrhan1993 for your rework, is it possible to you to add this features on the
![image](https://private-user-images.githubusercontent.com/129226139/350348072-c9224ade-1d90-434d-8cba-a128d0ef8f23.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyMDE3NzAsIm5iZiI6MTczOTIwMTQ3MCwicGF0aCI6Ii8xMjkyMjYxMzkvMzUwMzQ4MDcyLWM5MjI0YWRlLTFkOTAtNDM0ZC04Y2JhLWExMjhkMGVmOGYyMy5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjEwJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMFQxNTMxMTBaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1hODhmNzE2ZTQ5N2Y0ODA4MzE4Mjc1NzkwOTk5ZGIwMjVkYzRkYTRmMGZmODk3NWJiY2M5ZGNkMTE1OWJmNmFmJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.ua709O-z3xLZwVBrpnUCAhmlrram2YNn3n3Ko7tBKcc)
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
Mask generation function:
https://github.com/lllyasviel/Fooocus/blob/f597bf1ab653bd4bea8cb1e5cc7996348fbe8879/webui.py#L280
The text was updated successfully, but these errors were encountered: