Update sd_checkpoint.py

pull/4711/head
awsr 2026-03-25 16:54:40 -07:00
parent bec694a7d2
commit 1ac3359e20
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ def list_models():
checkpoints_list = dict(sorted(checkpoints_list.items(), key=lambda cp: cp[1].filename))
def update_model_hashes(model_list: dict = None, model_type: str = 'checkpoint'):
def update_model_hashes(model_list: dict | None = None, model_type: str = 'checkpoint'):
def update_model_hashes_table(rows):
html = """
<table class="simple-table">