ui-config.json file doesn't apply
I'm poor at English, so there is some weird expression
If I run 'Start Stable-Diffusion', the following message comes up.
ControlNet preprocessor location: /content/gdrive/MyDrive/sd/stable-diffusion-webui/extensions/sd-webui-controlnet/annotator/downloads 2026-07-25 06:03:23,228 - ControlNet - INFO - ControlNet v1.1.455 *** Error loading script: lora_block_weight.py Traceback (most recent call last): File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/modules/scripts.py", line 515, in load_scripts script_module = script_loading.load_module(scriptfile.path) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/modules/script_loading.py", line 13, in load_module module_spec.loader.exec_module(module) File "", line 999, in exec_module File "", line 488, in _call_with_frames_removed File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/extensions/sd-webui-lora-block-weight/scripts/lora_block_weight.py", line 31, in ui_config = json.load(json_file) ^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/json/init.py", line 293, in load return loads(fp.read(), ^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/json/init.py", line 346, in loads return _default_decoder.decode(s) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/json/decoder.py", line 338, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/json/decoder.py", line 354, in raw_decode obj, end = self.scan_once(s, idx) ^^^^^^^^^^^^^^^^^^^^^^ json.decoder.JSONDecodeError: Invalid \escape: line 3 column 70 (char 107) Forge: False, reForge: False
(omission)
Model loaded in 195.6s (load weights from disk: 118.9s, load config: 1.2s, create model: 12.4s, apply weights to model: 51.5s, load VAE: 9.5s, hijack: 0.6s, scripts callbacks: 0.3s, calculate empty prompt: 0.8s). 2026-07-25 06:07:06,555 - ControlNet - INFO - ControlNet UI callback registered. loading settings: JSONDecodeError Traceback (most recent call last): File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/modules/ui_loadsave.py", line 29, in init self.ui_settings = self.read_from_file() ^^^^^^^^^^^^^^^^^^^^^ File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/modules/ui_loadsave.py", line 143, in read_from_file return json.load(file) ^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/json/init.py", line 293, in load return loads(fp.read(), ^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/json/init.py", line 346, in loads return _default_decoder.decode(s) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/json/decoder.py", line 338, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/json/decoder.py", line 354, in raw_decode obj, end = self.scan_once(s, idx) ^^^^^^^^^^^^^^^^^^^^^^ json.decoder.JSONDecodeError: Invalid \escape: line 3 column 70 (char 107)
If I click the link to run it, the value(ui-config.json) I set won't apply. Is there a way to solve it?
Source: TheLastBen/fast-stable-diffusion