Add peft dependency. Bump diffusers.

This commit is contained in:
Ryan Dick 2024-03-15 14:23:58 -04:00
parent e8eb9fd533
commit 73e5b08c1f

View File

@ -44,6 +44,7 @@ dependencies = [
"onnx==1.15.0", "onnx==1.15.0",
"onnxruntime==1.16.3", "onnxruntime==1.16.3",
"opencv-python==4.9.0.80", "opencv-python==4.9.0.80",
"peft==0.9.0",
"pytorch-lightning==2.1.3", "pytorch-lightning==2.1.3",
"safetensors==0.4.2", "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 "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", "easing-functions",
"einops", "einops",
"facexlib", "facexlib",
"matplotlib", # needed for plotting of Penner easing functions "matplotlib", # needed for plotting of Penner easing functions
"npyscreen", "npyscreen",
"omegaconf", "omegaconf",
"picklescan", "picklescan",