The script runs txt2img fine, but then looks for the *u.png upscaled image before any upscaling is performed. I get a file not found error.
FileNotFoundError: [Errno 2] No such file or directory: 'outputs/txt2imghd-samples/samples/00000u.png'
The base file 00000.png exists. I believe I have realesrgan installed correctly (i've tried placing the binary in stable-diffusion/ and stable-diffusion/realesrgan-ncnn-vulkan/) but I get the same error.
The script runs txt2img fine, but then looks for the *u.png upscaled image before any upscaling is performed. I get a file not found error.
FileNotFoundError: [Errno 2] No such file or directory: 'outputs/txt2imghd-samples/samples/00000u.png'The base file 00000.png exists. I believe I have realesrgan installed correctly (i've tried placing the binary in
stable-diffusion/andstable-diffusion/realesrgan-ncnn-vulkan/) but I get the same error.