From 0244234bb631a3c9a53d21a0aa91d19159aa4629 Mon Sep 17 00:00:00 2001 From: Qing Date: Mon, 8 Jan 2024 21:49:33 +0800 Subject: [PATCH] add missing dep --- requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7c43595..95abe88 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,8 @@ torch>=2.0.0 opencv-python diffusers==0.25.0 +accelerate +peft==0.7.1 transformers>=4.35.1 safetensors controlnet-aux==0.0.3 @@ -14,4 +16,4 @@ rich loguru yacs piexif==1.1.3 -omegaconf \ No newline at end of file +omegaconf