### Is there an existing issue for this?
- [X] I have searched the existing iss…ues and checked the recent builds/commits
### What happened?
I get the error `OSError: [WinError 433] A device which does not exist was specified: 'outputs'` when doing a generation, no image appears.
```
100%|██████████████████████████████████████████████████████████████████████████████████| 20/20 [00:04<00:00, 4.93it/s]
Error completing request:01, 1.74it/s]
Arguments: ('', '', 'PP Prompt', 'None', 20, 0, False, False, 1, 1, 7, -1.0, -1.0, 0, 0, 0, False, 512, 512, False, 0.7, 0, 0, 0, 0.9, 5, '0.0001', False, 'None', '', 0.1, False, False, False, False, False, '', 1, '', 0, '', True, False, False, True, False, 'E:\\python\\automatic\\webui\\stable-diffusion-webui\\extensions\\sd-webui-riffusion\\outputs', 'Refresh Inline Audio (Last Batch)', None, None, None, None, None, None, None, None) {}
Traceback (most recent call last):
File "E:\python\automatic\webui\stable-diffusion-webui\modules\call_queue.py", line 45, in f
res = list(func(*args, **kwargs))
File "E:\python\automatic\webui\stable-diffusion-webui\modules\call_queue.py", line 28, in f
res = func(*args, **kwargs)
File "E:\python\automatic\webui\stable-diffusion-webui\modules\txt2img.py", line 49, in txt2img
processed = process_images(p)
File "E:\python\automatic\webui\stable-diffusion-webui\modules\processing.py", line 464, in process_images
res = process_images_inner(p)
File "E:\python\automatic\webui\stable-diffusion-webui\modules\processing.py", line 607, in process_images_inner
images.save_image(image, p.outpath_samples, "", seeds[i], prompts[i], opts.samples_format, info=infotext(n, i), p=p)
File "E:\python\automatic\webui\stable-diffusion-webui\modules\images.py", line 464, in save_image
os.makedirs(path, exist_ok=True)
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.10_3.10.2544.0_x64__qbz5n2kfra8p0\lib\os.py", line 215, in makedirs
makedirs(head, exist_ok=exist_ok)
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.10_3.10.2544.0_x64__qbz5n2kfra8p0\lib\os.py", line 225, in makedirs
mkdir(name, mode)
OSError: [WinError 433] A device which does not exist was specified: 'outputs'
```
### Steps to reproduce the problem
1. Go to WebUI
2. Press Generate on whatever prompt and setup
3. No images appears, instead an error.
### What should have happened?
Images display
### Commit where the problem happens
685f9631b56ff8bd43bce24ff5ce0f9a0e9af490
### What platforms do you use to access UI ?
Windows
### What browsers do you use to access the UI ?
Mozilla Firefox
### Command Line Arguments
_No response_
### Additional information, context and logs
_No response_