Emergency fix
This commit is contained in:
parent
aa0e39e14e
commit
115ed35187
@ -101,6 +101,8 @@ Once you have created the LoRA network you can generate images via auto1111 by i
|
|||||||
|
|
||||||
## Change history
|
## 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):
|
* 2023/01/06 (v19.4):
|
||||||
- Add new Utility to Extract a LoRA from a finetuned model
|
- Add new Utility to Extract a LoRA from a finetuned model
|
||||||
* 2023/01/06 (v19.3.1):
|
* 2023/01/06 (v19.3.1):
|
||||||
|
@ -9,7 +9,7 @@ pytorch_lightning
|
|||||||
bitsandbytes==0.35.0
|
bitsandbytes==0.35.0
|
||||||
tensorboard
|
tensorboard
|
||||||
safetensors==0.2.6
|
safetensors==0.2.6
|
||||||
gradio
|
gradio==3.15.0
|
||||||
altair
|
altair
|
||||||
easygui
|
easygui
|
||||||
# for BLIP captioning
|
# for BLIP captioning
|
||||||
|
Loading…
Reference in New Issue
Block a user