- 07 Jun, 2023 1 commit
-
-
Alexander Ljungberg authored
Without this fix, enabling the "Upcast cross attention layer to float32" option while also using `--opt-sdp-attention` breaks generation with an error: ``` File "/ext3/automatic1111/stable-diffusion-webui/modules/sd_hijack_optimizations.py", line 612, in sdp_attnblock_forward out = torch.nn.functional.scaled_dot_product_attention(q, k, v, dropout_p=0.0, is_causal=False) RuntimeError: Expected query, key, and value to have the same dtype, but got query.dtype: float key.dtype: float and value.dtype: c10::Half instead. ``` The fix is to make sure to upcast the value tensor too.
-
- 05 Jun, 2023 1 commit
-
-
AUTOMATIC authored
-
- 02 Jun, 2023 6 commits
-
-
AUTOMATIC1111 authored
Mark caption_image_overlay's textfont as deprecated; fix #10778
-
AUTOMATIC authored
-
AUTOMATIC1111 authored
fix 10896 pnginfo parameters
-
AUTOMATIC authored
-
AUTOMATIC authored
-
AUTOMATIC authored
-
- 01 Jun, 2023 10 commits
-
-
AUTOMATIC authored
-
AUTOMATIC authored
make --disable-opt-split-attention command line option work again
-
AUTOMATIC authored
-
AUTOMATIC authored
-
AUTOMATIC authored
-
AUTOMATIC authored
-
AUTOMATIC1111 authored
fix disable png info
-
AUTOMATIC1111 authored
Fix get_conds_with_caching()
-
AUTOMATIC1111 authored
fix "hires. fix" prompt sharing same labels with txt2img_prompt
-
AUTOMATIC authored
-
- 28 May, 2023 4 commits
- 23 May, 2023 2 commits
- 21 May, 2023 16 commits
-
-
AUTOMATIC authored
-
AUTOMATIC authored
-
AUTOMATIC authored
-
AUTOMATIC authored
-
AUTOMATIC1111 authored
Add some future annotations
-
AUTOMATIC1111 authored
[README] Update keyboard shortcut instructions for MacOS users
-
AUTOMATIC authored
-
AUTOMATIC1111 authored
extensions clone --filter=blob:none
-
w-e-w authored
Co-Authored-By:
Aarni Koskela <akx@iki.fi> Co-Authored-By:
catboxanon <122327233+catboxanon@users.noreply.github.com>
-
AUTOMATIC1111 authored
Discard penultimate sigma for DPM-Solver++(2M) SDE
-
catboxanon authored
-
AUTOMATIC authored
-
Aarni Koskela authored
-
AUTOMATIC1111 authored
Support edit attention keyboard shortcuts in hires fix prompts
-
catboxanon authored
-