diff --git a/README.md b/README.md index b661eee..d5df129 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,8 @@ Once you have created the LoRA network you can generate images via auto1111 by i ## Change history +* 2023/01/06 (v19.4.1): + - Emergency fix for new version of gradio causing issues with drop down menus. Please run `pip install -U -r requirements.txt` to fix the issue after pulling this repo. * 2023/01/06 (v19.4): - Add new Utility to Extract a LoRA from a finetuned model * 2023/01/06 (v19.3.1): diff --git a/requirements.txt b/requirements.txt index ced5cfb..92cb457 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ pytorch_lightning bitsandbytes==0.35.0 tensorboard safetensors==0.2.6 -gradio +gradio==3.15.0 altair easygui # for BLIP captioning