remove old stuff

This commit is contained in:
layerdiffusion
2024-08-05 12:01:11 -07:00
parent 24cfce26dc
commit a9f4957a27
3 changed files with 41 additions and 63 deletions

View File

@@ -44,7 +44,7 @@ options_templates: dict = None
opts: options.Options = None
restricted_opts: set[str] = None
sd_model: sd_models_types.WebuiSdModel = None
sd_model = None
settings_components: dict = None
"""assigned from ui.py, a mapping on setting names to gradio components responsible for those settings"""