diff --git a/CHANGELOG.md b/CHANGELOG.md index 7467a30..27313d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,34 +1,39 @@ -## v1.3.4 - 2023 Jul.08 -- Implement Metadata +### v1.3.4 - 2023 Jul.08 +- Implement **Metadata** -## v1.3.3 - 2023 Jul.07 +### v1.3.3 - 2023 Jul.07 +- Color Wheel now works at (0, 0, 0) +- Style/Randomize/Reset now updates Color Wheel + +### v1.3.2 - 2023 Jul.07 +- Implement **Color Wheel** +- Finally added `changelog` + +### v1.3.1 - 2023 Jul.06 - Bug Fix -## v1.3.2 - 2023 Jul.07 -- Implement Color Wheel +### v1.3.0 - 2023 Jul.06 +- Implement **Style Presets** +- Separate logics into different scripts -## v1.3.1 - 2023 Jul.06 -- Bug Fix -## v1.3.0 - 2023 Jul.06 -- Implement Style Presets +### v1.2.1 - 2023 Jul.05 +- Add **Randomize** function +- Add **Reset** function -## v1.2.1 - 2023 Jul.05 -- Add Reset & Randomize Functions +### v1.2.0 - 2023 Jul.03 +- Implement multiple **Noise** algorithms -## v1.2.0 - 2023 Jul.03 -- Implement Multiple Noise Functions +### v1.1.3 - 2023 Jun.26 +- Automatically refresh outdated Sliders values -## v1.1.3 - 2023 Jun.26 -- Automatically Refresh Sliders - -## v1.1.2 - 2023 Jun.23 +### v1.1.2 - 2023 Jun.23 - Bug Fix -## v1.1.1 - 2023 Jun.22 -- Batch Support +### v1.1.1 - 2023 Jun.22 +- **Batch** Support -## v1.1.0 - 2023 Jun.21 -- X/Y/Z Plot Support +### v1.1.0 - 2023 Jun.21 +- **X/Y/Z Plot** Support -## v1.0.0 - 2023 Jun.20 -- Extension Released \ No newline at end of file +### v1.0.0 - 2023 Jun.20 +- Extension **Released**! \ No newline at end of file diff --git a/README.md b/README.md index bf6f4ee..8f2e217 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # SD Webui Vectorscope CC 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. -> *This Extension is the result of my numerous trial and error[\*](#what-is-under-the-hood)* +> [Sample Images](#sample-images) ## How to Use After installing this Extension, you will see a new section in both **txt2img** and **img2img** tabs, @@ -145,6 +145,7 @@ refer to the parameters and sample images below and play around with the values. - You can enable this in the **Infotext** section of the **Settings** tab - [X] Implement ~~Color Picker~~ Color Wheel - [ ] Add Support for **Inpaint** +- [X] Add API Docs

X/Y/Z Plot Support
For Randomize in X/Y/Z Plot, the value is used as the random seed
You can refer to the console to see the randomized values