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