Commit Graph

19 Commits (da328b719830247e1461173426ef8ba3111da8b6)

Author SHA1 Message Date
Haoming da328b7198 add readme 2023-12-03 05:42:35 +08:00
catboxanon cae204eca3
Update cc_version.py 2023-12-02 15:05:42 -05:00
Haoming 89ab850c1e rewrote callback
Should now play more nicely with other Extensions that also modify the callbacks
2023-11-08 18:04:10 +08:00
Haoming a792a0b167 improve hires. fix logic
Use the new "before_hr" callback to check the status of Hires. Fix instead
2023-11-01 18:14:23 +08:00
Haoming d23551b1a4 better sliders refresh
Now only clear the old values once
2023-11-01 18:11:32 +08:00
Haoming a9c76cb4c2 removed "magic numbers"
- Set up constants for Sliders
- No more changing a dozen values across the scripts
2023-11-01 17:56:06 +08:00
Haoming 4b536edb18 Removed Skip
use the scaling settings instead
2023-11-01 17:42:34 +08:00
Haoming 83a9485f68 Add HDR Script
Implement #16
2023-09-20 11:29:00 +08:00
Haoming c981c9b346 minor formatting
- Update ReadMe
- Bug Fix
2023-09-13 10:16:00 +08:00
Haoming 2c793e0c91 Merge pull request #15
Add infotext paste support

from. catboxanon/infotext
2023-09-13 10:00:17 +08:00
Haoming f042d2200c Merge pull request #13
Improve color wheel functionality

from. catboxanon/wheel-v2
2023-09-13 09:57:03 +08:00
Haoming 21ee72007b minor bug fix
- Buttons now correctly work with the new Contrast value range
- Minor formatting
2023-09-11 13:56:24 +08:00
Haoming c2da3b9710 Re-implement Contrast Alg.
- Using a different calculation to improve contrast effect
- Beautify the UIs
2023-09-11 10:34:08 +08:00
Haoming 2c4d99a9c1 Implement Scaling algorithms
- Modify the offset amount each step
- Change Contrast calculation yet again
- Separate XYZ logics
2023-07-11 15:53:47 +08:00
Haoming 19f165b270 Implement Color Picker!
Click on the Color Wheel to pick a color directly!
2023-07-11 11:29:32 +08:00
Haoming 83f193dda4 Implement Metadata
Added an option to append parameters into generation
2023-07-08 20:33:28 +08:00
Haoming 75fa0bc0ac bug fix
- Optimize Style Application
- Color Wheel now works with (0, 0, 0) correctly
- Style/Randomize/Reset now updates Color Wheel
2023-07-07 14:33:04 +08:00
Haoming 91de328cb7 Implement #6
Added Color Wheel for Visualization
2023-07-07 13:32:21 +08:00
Haoming b0da134bf5 Implement Styles Preset!
- Implement #7
- Finally separate logics into their own scripts
- Version bump
- Lint code
2023-07-06 13:30:02 +08:00