txt2img2img icon indicating copy to clipboard operation
txt2img2img copied to clipboard

Can't find ./txt2img2img directory error

Open Mistborn-First-Era opened this issue 1 year ago • 3 comments

I got an error: "can't find ./txt2img2img/routines" so I had to change my base_dir variable in the scripts\txt2img2img.py program. I think the ./ wasn't doing it's intended purpose. I am not familiar with that notation so I don't know if it was something on my end of not. It is currently fix on my end, but I thought I should report it.

- base_dir = "./txt2img2img"  ->>>>>>>>>>>>
+ base_dir = r"C:\Users\NAME\stable-diffusion-webui\extensions\txt2img2img\txt2img2img"

was my fix

Mistborn-First-Era avatar Nov 05 '22 16:11 Mistborn-First-Era