jquesnelle / txt2imghd

A port of GOBIG for Stable Diffusion

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

file not found error

prettydeep opened this issue · comments

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.

Turns out the realesrgan binary was not running b/c of this.

If there is any way to run your script with python libraries instead of vulkan binaries, it would be much appreciated. Your results look better than any other variation on SD that I've seen.

Seconding this, updated to ubuntu 22.04 and tried every which way to resolve but I always get 'No such file or directory'

Maybe check #34
I stumbled upon a similar issue it might be of some help

Same error here. Any update on this issue?