- 16 Jun, 2023 1 commit
- 
- 
XiaoMeng Mai authored
 
- 
- 15 Jun, 2023 2 commits
- 
- 
XiaoMeng Mai authored
- 
XiaoMeng Mai authored
 
- 
- 10 Jun, 2023 7 commits
- 
- 
AUTOMATIC authored
- 
AUTOMATIC authored
- 
AUTOMATIC1111 authoredAllow activation of Generate Forever during generation 
- 
AUTOMATIC1111 authoredpersistent conds cache 
- 
AUTOMATIC1111 authoredDon't die when a LoRA is a broken symlink 
- 
AUTOMATIC1111 authoredSplit mask blur into X and Y components, patch Outpainting MK2 accordingly 
- 
AUTOMATIC1111 authoredForcing Torch Version to 1.13.1 for RX 5000 series GPUs 
 
- 
- 09 Jun, 2023 3 commits
- 
- 
Aarni Koskela authoredFixes #11098 
- 
Splendide Imaginarius authoredFixes unexpected noise in non-outpainted borders when using MK2 script. 
- 
Splendide Imaginarius authoredPrequisite to fixing Outpainting MK2 mask blur bug. 
 
- 
- 08 Jun, 2023 2 commits
- 07 Jun, 2023 3 commits
- 
- 
AUTOMATIC1111 authoredlink footer API to Wiki when API is not active 
- 
AUTOMATIC1111 authoredFix upcast attention dtype error. 
- 
Alexander Ljungberg authoredWithout 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.
 
- 
- 06 Jun, 2023 16 commits
- 
- 
DGdev91 authored
- 
w-e-w authored
- 
DGdev91 authored
- 
DGdev91 authored
- 
DGdev91 authored
- 
DGdev91 authored
- 
DGdev91 authored
- 
AUTOMATIC1111 authoredhandles exception when parsing generation parameters from png info 
- 
w-e-w authoredprint error and continue 
- 
AUTOMATIC1111 authoredfix rework-disable-autolaunch for new restart method 
- 
w-e-w authored
- 
w-e-w authored
- 
AUTOMATIC1111 authoredZoom and pan: namespace & simplify 
- 
AUTOMATIC1111 authoredRestart: only do restart if running via the wrapper script 
- 
Aarni Koskela authored
- 
w-e-w authored
 
- 
- 05 Jun, 2023 6 commits
- 
- 
AUTOMATIC authored
- 
AUTOMATIC1111 authoredSimplify a bunch of `len(x) > 0`/`len(x) == 0` style expressions 
- 
Aarni Koskela authored
- 
Aarni Koskela authored
- 
Aarni Koskela authored
- 
Aarni Koskela authored
 
- 
