ComfyUI Testing notes:
decoder.py", line 353, in raw_decode
obj, end = self.scan_once(s, idx)
^^^^^^^^^^^^^^^^^^^^^^
json.decoder.JSONDecodeError: Invalid \escape: line 15 column 22 (char 259)
Error on model in a subfolder.
your prompt, no other changes. Steps to reproduce.
Comfyui/models/checkpoints/workingfile.safetensors
Comfyui/models/checkpoints/subfolder/nonworkingfile.safetensors
select the model within a subfolder, run any number of times with whatever native prompts, get the same error.
change to the model not within a subfolder (changing nothing else and again with everything else being default), and notice it runs fine, generation works, no errors.
or as I said “Error on model in a subfolder.”