Merge pull request #32 from bmaltais/dev

Emergency fix
This commit is contained in:
bmaltais 2023-01-06 23:20:14 -05:00 committed by GitHub
commit 4f43e3763a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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