JadeDiao

Results 4 issues of JadeDiao

**Describe the problem** When I select an image and draw a mask in Inpaint or Outpaint, check Mixing Image Prompt and Inpaint in the developer options, and select an image...

bug
question

**Describe the idea you'd like** I hope that inpaint can import masks from Photoshop or anything inpaint, and also hope to support the skeleton diagram of OpenPose.

enhancement

I suggest integrating the styles into the settings. Line 189 of webui.py performance_selection = gr.Radio(label='Performance', choices=['Speed', 'Quality'], value='Speed') style_selections = gr.Dropdown(label='Style',choices=legal_style_names, value=modules.path.default_styles, multiselect=True) aspect_ratios_selection = gr.Dropdown(label='Aspect Ratios', choices=list(aspect_ratios.keys()), value=modules.path.default_aspect_ratio, info='width...

enhancement

After the support for wildcards was added, it seems that seed_random is not effective anymore. Regardless of whether I check seed_random or not, the seed value keeps increasing based on...

enhancement