Signed-off-by: vladmandic <mandic00@live.com>
This commit is contained in:
vladmandic
2026-03-27 08:02:44 +01:00
parent 107e9f78a7
commit 58f9902ffc
+1 -1
View File
@@ -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():