Merge: Typo and error handling (#2527)

* Typo and error handling

* typo typo

* error logging

* fix alpha vs beta

* Don't log VAE keys in unpruning
This commit is contained in:
AI-Casanova
2023-11-19 13:47:02 -06:00
committed by GitHub
parent 2b5adeeb92
commit 564b67bcd8
3 changed files with 13 additions and 7 deletions
+2 -2
View File
@@ -244,9 +244,9 @@ def create_ui():
def show_unload(device):
if device == "gpu":
return gr.update(visble=True)
return gr.update(visible=True)
else:
return gr.update(visble=False)
return gr.update(visible=False)
def preset_visiblility(x):