Merge branch 'dev' into various1

This commit is contained in:
Vladimir Mandic
2026-04-02 08:36:24 +02:00
committed by GitHub
50 changed files with 103514 additions and 97872 deletions
+6 -5
View File
@@ -22,12 +22,13 @@ log_cost = {
"/internal/progress": -1,
"/sdapi/v1/version": -1,
"/sdapi/v1/log": -1,
"/sdapi/v1/torch": 60,
"/sdapi/v1/gpu": 60,
"/sdapi/v1/torch": -1,
"/sdapi/v1/gpu": -1,
"/sdapi/v1/memory": -1,
"/sdapi/v1/platform": -1,
"/sdapi/v1/checkpoint": -1,
"/sdapi/v1/status": 60,
"/sdapi/v1/memory": 60,
"/sdapi/v1/platform": 60,
"/sdapi/v1/checkpoint": 60,
"/sdapi/v1/progress": 60,
}
log_exclude_suffix = ['.css', '.js', '.ico', '.svg']
log_exclude_prefix = ['/assets']