From 58f9902ffc43ebf937df254a2bc0eb01c4997782 Mon Sep 17 00:00:00 2001 From: vladmandic Date: Fri, 27 Mar 2026 08:02:44 +0100 Subject: [PATCH] fix typo Signed-off-by: vladmandic --- modules/loader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/loader.py b/modules/loader.py index 1fefe5e55..6e5c7adf2 100644 --- a/modules/loader.py +++ b/modules/loader.py @@ -233,7 +233,7 @@ try: transformers.utils.logging.tqdm = _tqdm_cls() diffusers.pipelines.pipeline_utils.logging.tqdm = _tqdm_cls() huggingface_hub._snapshot_download.hf_tqdm = _tqdm_old # pylint: disable=protected-access -except Exception as e: +except Exception: pass def get_packages():