When I set the filename prefix to testing/dog or testing\dog, no images are saved to the output folder. Instead, an error is logged in the console.
FileNotFoundError: [Errno 2] No such file or directory: '...\\ComfyUI\\output\\testing\\dog_00001_.png'
Creating a testing folder in output fixes the error. It would be great if ComfyUI could create any missing folders for the user instead.