mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-05 18:20:27 -08:00
Merge branch 'dev'
This commit is contained in:
commit
feee37d75f
2 changed files with 6 additions and 0 deletions
|
|
@ -1,3 +1,8 @@
|
|||
## 1.9.4
|
||||
|
||||
### Bug Fixes:
|
||||
* pin setuptools version to fix the startup error ([#15883](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15883))
|
||||
|
||||
## 1.9.3
|
||||
|
||||
### Bug Fixes:
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
setuptools==69.5.1 # temp fix for compatibility with some old packages
|
||||
GitPython==3.1.32
|
||||
Pillow==9.5.0
|
||||
accelerate==0.21.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue