hako-mikan / sd-webui-cd-tuner

Color/Detail control for Stable Diffusion web-ui
GNU Affero General Public License v3.0
191 stars 8 forks source link

Color Wheel #11

Closed matrix4767 closed 6 months ago

matrix4767 commented 8 months ago

Is it possible to add some sort of color wheel to help adjust colors for the color map tab?

hako-mikan commented 7 months ago

It's difficult to add Color Wheel dew to Gradio Instead of Color Wheel, I added color preset dropdown which can add colors easily.

sandner-art commented 7 months ago

I get this: UnicodeDecodeError: 'charmap' codec can't decode byte 0x8f in position 293: character maps to

Full error:

*** Error loading script: cdtuner.py Traceback (most recent call last): File "C:\SDXL\stable-diffusion-webui\modules\scripts.py", line 469, in load_scripts script_module = script_loading.load_module(scriptfile.path) File "C:\SDXL\stable-diffusion-webui\modules\script_loading.py", line 10, in load_module module_spec.loader.exec_module(module) File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "C:\SDXL\stable-diffusion-webui\extensions\sd-webui-cd-tuner\scripts\cdtuner.py", line 22, in ui_config = json.load(json_file) File "C:\Users\quant\AppData\Local\Programs\Python\Python310\lib\json__init__.py", line 293, in load return loads(fp.read(), File "C:\Users\quant\AppData\Local\Programs\Python\Python310\lib\encodings\cp1252.py", line 23, in decode return codecs.charmap_decode(input,self.errors,decoding_table)[0] UnicodeDecodeError: 'charmap' codec can't decode byte 0x8f in position 293: character maps to


hako-mikan commented 7 months ago

maybe fixed.