Skip to content

Which API parameters for these setting? #9739

Answered by missionfloyd
navisoft asked this question in Q&A
Discussion options

You must be logged in to vote

with FormRow():
inpainting_mask_invert = gr.Radio(label='Mask mode', choices=['Inpaint masked', 'Inpaint not masked'], value='Inpaint masked', type="index", elem_id="img2img_mask_mode")
with FormRow():
inpainting_fill = gr.Radio(label='Masked content', choices=['fill', 'original', 'latent noise', 'latent nothing'], value='original', type="index", elem_id="img2img_inpainting_fill")
with FormRow():
with gr.Column():
inpaint_full_res = gr.Radio(label="Inpaint area", choices=["Whole picture", "Only masked"], type="index", value="Whole picture", elem_id="img2img_inpaint_full_res")

Replies: 3 comments 4 replies

Comment options

You must be logged in to vote
3 replies
@navisoft
Comment options

@DESEOUMAIGA
Comment options

@braintown
Comment options

Answer selected by navisoft
Comment options

You must be logged in to vote
1 reply
@navisoft
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
6 participants