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