mirror of
https://github.com/vladmandic/automatic
synced 2026-09-20 01:31:13 +02:00
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:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user