v0.4.0 (feedback params + bugfixes)

pull/23/head
Dimitri 2023-07-25 00:55:47 +02:00
parent 5de45e9c9d
commit 4d61009b2a
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ from scripts.patching import patch_unet_forward_pass, unpatch_unet_forward_pass
from scripts.helpers import WebUiComponents
__version__ = "0.3.5"
__version__ = "0.4.0"
DEBUG = os.getenv("DEBUG", "false").lower() in ("true", "1")