jquesnelle / txt2imghd

A port of GOBIG for Stable Diffusion
MIT License
691 stars 82 forks source link

file not found error #24

Open prettydeep opened 1 year ago

prettydeep commented 1 year ago

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.

prettydeep commented 1 year ago

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.

benalittlewhile commented 1 year ago

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

Amdersiteen commented 1 year ago

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

czs1886 commented 1 year ago

Same error here. Any update on this issue?