More control over "Randomize using Seed"
Closed this issue · 2 comments
driqeks commented
"Randomize using Seed" is an awesome feature, but I would really like to have more control over the range of parameters it uses. Like set a min/max value for each slider.
Currently, too many outputs use too extreme values that just look bad.
Haoming02 commented
Hmm, I'll probably add that to the Settings as well.
In the meantime, you can edit the ranges in const.py
:
https://github.com/Haoming02/sd-webui-vectorscope-cc/blob/main/lib_cc/const.py
(should be pretty readable)
Haoming02 commented
I'll probably add that to the Settings as well
Implemented~