1.3.1 fix brushnet;requirements
This commit is contained in:
parent
c516a23fd8
commit
a176e50475
0
iopaint/model/brushnet/__init__.py
Normal file
0
iopaint/model/brushnet/__init__.py
Normal file
@ -1,6 +1,6 @@
|
|||||||
torch>=2.0.0
|
torch>=2.0.0
|
||||||
opencv-python
|
opencv-python
|
||||||
diffusers==0.26.3
|
diffusers==0.27.2
|
||||||
accelerate
|
accelerate
|
||||||
peft==0.7.1
|
peft==0.7.1
|
||||||
transformers>=4.35.1
|
transformers>=4.35.1
|
||||||
|
2
setup.py
2
setup.py
@ -28,7 +28,7 @@ def load_requirements():
|
|||||||
# https://setuptools.readthedocs.io/en/latest/setuptools.html#including-data-files
|
# https://setuptools.readthedocs.io/en/latest/setuptools.html#including-data-files
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name="IOPaint",
|
name="IOPaint",
|
||||||
version="1.3.0",
|
version="1.3.1",
|
||||||
author="PanicByte",
|
author="PanicByte",
|
||||||
author_email="cwq1913@gmail.com",
|
author_email="cwq1913@gmail.com",
|
||||||
description="Image inpainting, outpainting tool powered by SOTA AI Model",
|
description="Image inpainting, outpainting tool powered by SOTA AI Model",
|
||||||
|
Loading…
Reference in New Issue
Block a user