Emergency fix

This commit is contained in:
bmaltais 2023-01-06 23:19:49 -05:00
parent aa0e39e14e
commit 115ed35187
2 changed files with 3 additions and 1 deletions

View File

@ -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):

View File

@ -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