change name

This commit is contained in:
layerdiffusion
2024-08-06 14:07:04 -07:00
parent 1e8c0f3436
commit 4122e7f239
2 changed files with 3 additions and 3 deletions

View File

@@ -330,8 +330,8 @@ class UiSettings:
button_set_checkpoint.click(
fn=button_set_checkpoint_change,
_js="function(v){ var res = desiredCheckpointName; desiredCheckpointName = ''; return [res || v, null]; }",
inputs=[main_entry.sd_model_checkpoint, self.dummy_component],
outputs=[main_entry.sd_model_checkpoint, self.text_settings],
inputs=[main_entry.ui_checkpoint, self.dummy_component],
outputs=[main_entry.ui_checkpoint, self.text_settings],
)
component_keys = [k for k in opts.data_labels.keys() if k in self.component_dict]