mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-03-09 08:11:06 -07:00
Merge branch 'dev' into gradio4
This commit is contained in:
commit
25f636cb3a
103 changed files with 1580 additions and 721 deletions
|
|
@ -102,7 +102,7 @@ class DropdownEditable(gr.Dropdown, FormComponent):
|
|||
class InputAccordionImpl(gr.Checkbox):
|
||||
"""A gr.Accordion that can be used as an input - returns True if open, False if closed.
|
||||
|
||||
Actaully just a hidden checkbox, but creates an accordion that follows and is followed by the state of the checkbox.
|
||||
Actually just a hidden checkbox, but creates an accordion that follows and is followed by the state of the checkbox.
|
||||
"""
|
||||
|
||||
webui_do_not_create_gradio_pyi_thank_you = True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue