diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9e53e9f --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +__pycache__ +styles.json diff --git a/CHANGELOG.md b/CHANGELOG.md index 39ab96a..808dce9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +### v1.5.1 - 2023 Dec.03 +- Bug Fix by. **catboxanon** + ### v1.5.0 - 2023 Nov.08 - Rewrote **Callback** logic *(`internal`)* diff --git a/README.md b/README.md index fb9a16f..d70ecf1 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ This is an Extension for the [Automatic1111 Webui](https://github.com/AUTOMATIC1111/stable-diffusion-webui), which performs a kind of **Offset Noise**[*](#offset-noise-tldr) natively, allowing you to adjust the brightness, contrast, and color of the generations. +**Important:** The color currently only works for **SD 1.5** Checkpoints + > [Sample Images](#sample-images) ## How to Use @@ -169,6 +171,7 @@ Thus, I added a scaling option to modify the offset amount. - [X] Add Infotext Support *(by. [catboxanon](https://github.com/catboxanon))* - [X] ADD **HDR** Script - [ ] Add Gradient features +- [ ] Add SDXL Support
X/Y/Z Plot Support
(Outdated Contrast Value)

BETA
diff --git a/scripts/cc_version.py b/scripts/cc_version.py index 5ce933e..8814f6f 100644 --- a/scripts/cc_version.py +++ b/scripts/cc_version.py @@ -2,7 +2,7 @@ from modules import script_callbacks import modules.scripts as scripts import json -VERSION = 'v1.5.0' +VERSION = 'v1.5.1' def clean_outdated(EXT_NAME:str): with open(scripts.basedir() + '/' + 'ui-config.json', 'r', encoding='utf8') as json_file: