From 96561dcf1366c157bf5eece1df569676a3ec3474 Mon Sep 17 00:00:00 2001 From: Alejandro Gil Date: Wed, 26 Jul 2023 06:18:31 -0700 Subject: [PATCH] Downgraded and fixed torchmetrics to version 0.11.4 to avoid some errors with newest version when running the webui. --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index ed33d32..46e0398 100644 --- a/requirements.txt +++ b/requirements.txt @@ -88,6 +88,7 @@ test-tube>=0.7.5 timm==0.6.7 torch-fidelity==0.3.0 transformers==4.19.2 # do not change +torchmetrics==0.11.4 wget # Optional packages commonly used with Stable Diffusion workflow