Haoming02 / sd-webui-vectorscope-cc

An Extension for Automatic1111 Webui that performs Offset Noise* natively
MIT License
170 stars 7 forks source link

[Feature Request]Add a color wheel/color ring/picker or something like that. #6

Closed QR-0W closed 1 year ago

QR-0W commented 1 year ago

Is it possible to add a color wheel/ring/picker or something like that to replace the original RGB sliders? This would allow visualization of the expected offset hue, rather than an abstract RGB slider.

Haoming02 commented 1 year ago

That's a good idea, though Gradio natively does not have a Color Picker component.

I'll look into how to implement one...

Haoming02 commented 1 year ago

Added a Color Wheel that can visualize the selected RGB color. Works for applying Styles, Reset, and Randomize as well.

Picking a color from the Wheel is not planned however...

Closed as Finished

Haoming02 commented 1 year ago

Sike, I actually implemented it