From 73e5b08c1ffb9c9e048ea229b8d8e87de648b369 Mon Sep 17 00:00:00 2001 From: Ryan Dick Date: Fri, 15 Mar 2024 14:23:58 -0400 Subject: [PATCH] Add peft dependency. Bump diffusers. --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bca13c5109..31e6f72456 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,6 +44,7 @@ dependencies = [ "onnx==1.15.0", "onnxruntime==1.16.3", "opencv-python==4.9.0.80", + "peft==0.9.0", "pytorch-lightning==2.1.3", "safetensors==0.4.2", "timm==0.6.13", # needed to override timm latest in controlnet_aux, see https://github.com/isl-org/ZoeDepth/issues/26 @@ -73,7 +74,7 @@ dependencies = [ "easing-functions", "einops", "facexlib", - "matplotlib", # needed for plotting of Penner easing functions + "matplotlib", # needed for plotting of Penner easing functions "npyscreen", "omegaconf", "picklescan",