Haoming02/sd-webui-vectorscope-cc

More control over "Randomize using Seed"

Closed this issue · 2 comments

"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.

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)

I'll probably add that to the Settings as well

Implemented~