Alan Bedian

Results 74 comments of Alan Bedian

That's a new one for just loading the default SDXL-Base model, that's been installing reliably for a while, so something in the core must of broke. Investigating it and running...

Alright, was messing with it all day and finally figured it out... It was initially working for me because I was using a Cache Dir that had a previous copy...

Typically I've been running on 3.10, but was working on 3.8 & 3.9 before. I have not tried it with the latest 3.12 on my computer but I imaging it...

Good to hear. So the Image Variation was working when I set it up, but I haven't tested it for a while. Looks like they changed the HuggingFace model that...

Good catches, thanks.. I just added LEdits++ this week and only tested with SDXL mode which worked, but in normal SD the invert didn't take the negative_prompt that SDXL pipeline...

Thanks, it's been kinda tricky to add new models when there's a few different types of compatibility, whether it has an fp16 variant, if it uses safetensors or not, etc.....

Thanks for pointing out, was an easy fix. I have been refactoring the launching, and changed some things there, but my last few tests were with the ngrok service instead...

So trying to figure out the best way to resolve this issue.. As I've mentioned before, I haven't tested enough on the local desktop due to my personal GPU being...

Checking if you got this working on your end... You may want to download latest setup and reinstall it, updated some of the bat files, and even included a debug-venv.bat...

Interesting, that's in the sdd-venv.bat file where it seems it couldn't create the ./venv folder using "python3 -m venv .\venv", so it gave DirectoryNotFound unable to download into the venv...