This commit is contained in:
Qing 2024-05-06 22:29:02 +08:00
parent 0b9ce2cabe
commit b9eb6d07e9
2 changed files with 2 additions and 1 deletions

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.2.3", version="1.3.0",
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",

View File

@ -357,6 +357,7 @@ const defaultValues: AppState = {
brushnetMethod: "random_mask", brushnetMethod: "random_mask",
brushnetConditioningScale: 1.0, brushnetConditioningScale: 1.0,
enableLCMLora: false, enableLCMLora: false,
enablePowerPaintV2: false,
powerpaintTask: PowerPaintTask.text_guided, powerpaintTask: PowerPaintTask.text_guided,
adjustMaskKernelSize: 12, adjustMaskKernelSize: 12,
}, },