mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-15 23:00:48 -08:00
chore: fix typos
Signed-off-by: snoppy <michaleli@foxmail.com>
This commit is contained in:
parent
feee37d75f
commit
13f22974a4
6 changed files with 6 additions and 6 deletions
|
|
@ -47,7 +47,7 @@ restricted_opts: set[str] = None
|
|||
sd_model: sd_models_types.WebuiSdModel = None
|
||||
|
||||
settings_components: dict = None
|
||||
"""assigned from ui.py, a mapping on setting names to gradio components repsponsible for those settings"""
|
||||
"""assigned from ui.py, a mapping on setting names to gradio components responsible for those settings"""
|
||||
|
||||
tab_names = []
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue