1.3.1 fix brushnet;requirements

This commit is contained in:
Qing 2024-05-06 22:48:46 +08:00
parent c516a23fd8
commit a176e50475
3 changed files with 2 additions and 2 deletions

View File

View 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

View File

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