From c2063e5d8ccb64547c678fe8c497062797dccf5a Mon Sep 17 00:00:00 2001 From: shyammarjit Date: Sun, 12 Nov 2023 00:31:59 +0530 Subject: [PATCH] updated requirements #264 --- README.md | 2 ++ requirements.txt | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1dc7206..04a5d67 100644 --- a/README.md +++ b/README.md @@ -130,6 +130,8 @@ Enough of the lengthy introduction, let's get to the code. pip install git+https://github.com/cloneofsimo/lora.git ``` + + # Getting Started ## 1. Fine-tuning Stable diffusion with LoRA CLI diff --git a/requirements.txt b/requirements.txt index 89eebcd..0efb9ac 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -diffusers>=0.11.0 +diffusers==0.17.1 transformers>=4.25.1 scipy ftfy