From 7ff4db310fe8540152e128d368a9fe21bb63db7b Mon Sep 17 00:00:00 2001 From: hodanov <1031hoda@gmail.com> Date: Wed, 31 Jul 2024 00:15:13 +0900 Subject: [PATCH] Remove unnecessary libraries. --- app/requirements.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/requirements.txt b/app/requirements.txt index 50fa55f..b836805 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -5,12 +5,10 @@ transformers==4.43.3 xformers==0.0.27.post2 invisible_watermark # To help viewers identify the images as machine-generated. -onnxruntime==1.18.1 # ONNX Runtime uses the following optimizations to speed up Stable Diffusion in CUDA. safetensors==0.4.3 # To store tensors safely. controlnet_aux Pillow pillow-avif-plugin # To save images in AVIF format. pyyaml # To read the configuration file by written YAML. -peft -numpy==1.26.4 \ No newline at end of file +peft \ No newline at end of file