catboxanon
catboxanon
Torch 2.0 has been the default for quite some time now. Closing. https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/9191
@KohakuBlueleaf Do you think this is related to https://github.com/KohakuBlueleaf/a1111-sd-webui-lycoris/pull/40? It might actually be a good idea to get that merged into the webui anyway after the rework to support all...
Nevermind, it actually is in, didn't notice at first. https://github.com/AUTOMATIC1111/stable-diffusion-webui/blob/01997f45ba089af24b03a5f614147bb0f9d8d824/extensions-builtin/Lora/networks.py#L291-L293 1.5.0 should have fixed this, so I'm going to go ahead and close this, but feel free to open a...
Bumping this to hopefully give further attention. There is an implementation in https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/1695 that maybe could be referenced, not sure if that helps. Unfortunately I'm not familiar enough with this...
Duplicate of https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/7984 -- resolved by https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12387
Duplicate of https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/8653
This seems to happen for me after using the LDSR upscaler, although the traceback is slightly different and ends with this: ``` File "C:\stable-diffusion-webui\modules\sd_hijack.py", line 219, in get_prompt_lengths _, token_count...
@3dcinetv In your case, isn't this happening because you're launching with `--ui-debug-mode`? The CLIP tokenizer isn't loaded because the model isn't loaded when launching in UI debug mode. From the...
> This enhancement counteracts the common practice of stripping metadata from image file formats by online hosts and websites I'm all for having this merged, but I do not think...
Closing this in favor of https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/12879 because it's actually a bug (I have two GPUs installed and the cuDNN check looks for _anything_ with a compute cabability of 7.5). You...