From 115ed3518706c55f8bcf8c976375aae2b1d86241 Mon Sep 17 00:00:00 2001 From: bmaltais Date: Fri, 6 Jan 2023 23:19:49 -0500 Subject: [PATCH] Emergency fix --- README.md | 2 ++ requirements.txt | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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