mostly working

This commit is contained in:
Lincoln Stein
2023-02-16 01:30:59 -05:00
parent fe318775c3
commit 07be605dcb
5 changed files with 29 additions and 17 deletions

View File

@ -243,7 +243,7 @@ class addModelsForm(npyscreen.FormMultiPageAction):
# URLs and the like
self.parentApp.import_model_paths = self.import_model_paths.value.split()
self.parentApp.convert_to_diffusers = self.convert_models.value != 0
self.parentApp.convert_to_diffusers = self.convert_models.value == 1
# big chunk of dead code
# was intended to be a status area in which output of installation steps (including tqdm) was logged in real time