Kadah

Results 45 comments of Kadah

Very likely duplicate of https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/10346 ( I don't have windows to verify) and is fixed in the dev branch. See https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/10346 for fix till that change gets pulled to release/rc.

Did junctions work previously? is there a reason to use junctions over symlinks? Back in the day I used symlinks a lot in Windows and never junctions for some reason...

Symlinks should be fixed on dev branch after https://github.com/AUTOMATIC1111/stable-diffusion-webui/commit/cb3f8ff59fe8f142c3ca074b8cbaaf83357f9dc1. That change did not get cherrypicked for the hotfix it seems. Was struggling all night with various issues this was causing....

Is the `a1111-sd-webui-locon` extension still needed for LyCORIS support? I think so, but I couldn't find a definitive answer. https://github.com/AUTOMATIC1111/stable-diffusion-webui/commit/39ec4f06ffb2c26e1298b2c5d80874dc3fd693ac breaks it completely ``` loading Lora /ai/stable-diffusion-webui/stable-diffusion-webui/models/Lora/somefolder/somelora.safetensors: TypeError Traceback (most...

Setting the following in webui-user.sh should work for getting the intended torch cu version. `export TORCH_COMMAND="pip install torch==2.0.1 torchvision==0.15.2 --index-url https://download.pytorch.org/whl/cu118"` It didn't for me though, installer went and used...

I've checked the metadata on many of the loras I have and rarely does `ss_output_name` seem to be set to anything meaningful or unique. If `ss_output_name` is where the alias...

xformers being enabled or not has no affect on this. This hang has been rather random. Most of the time it will happen within 3-5 gens from launch, but sometimes...

I think this might be the source of my recent memory leak problems. Killing webui doesn't free all the consume ram either. Started after upgrading forward in to the gradio...

Seems `libtcmalloc` does help. Ubuntu 20.04: Install `libtcmalloc-minimal4` via apt Add `export LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libtcmalloc_minimal.so.4` to `web-user.sh` Seeing about half as much bloating after swaping through a dozen checkpoint. Loading seem to...

> Seems `libtcmalloc` does help. > > Ubuntu 20.04: Install `libtcmalloc-minimal4` via apt Add `export LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libtcmalloc_minimal.so.4` to `web-user.sh` > > Seeing about half as much bloating after swaping through a...