feat: enhance skip metadata refresh with smart UI and subtle badges, #790

This commit is contained in:
Will Miao
2026-02-09 09:15:29 +08:00
parent 2b74b2373d
commit 765c1c42a9
23 changed files with 283 additions and 18 deletions

View File

@@ -47,6 +47,7 @@ class BulkMetadataRefreshUseCase:
model
for model in cache.raw_data
if model.get("sha256")
and not model.get("skip_metadata_refresh", False)
and (not model.get("civitai") or not model["civitai"].get("id"))
and not (
# Skip models confirmed not on CivitAI when no need to retry