show title of add models screen

This commit is contained in:
Lincoln Stein
2023-02-19 16:55:09 -05:00
parent e1a85d8184
commit ca10d0652f
2 changed files with 5 additions and 5 deletions

View File

@ -571,7 +571,7 @@ class EditOptApplication(npyscreen.NPSAppManaged):
self.model_select = self.addForm(
"MODELS",
addModelsForm,
name="Add/Remove Models",
name="Install Stable Diffusion Models",
multipage=True,
)