| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
memmap disabled for #11260
|
| | | |\ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | | |
fix very slow loading speed of .safetensors files
|
| | | | |/ / / / / |
|
| | | |\ \ \ \ \ \ |
|
| | | | |\ \ \ \ \ \ |
|
| | | | | |\ \ \ \ \ \
| | | | | | | | | | | |
| | | | | | | | | | | | |
show Git clone progress
|
| | | | | | |/ / / / / |
|
| | | | | | | | | | | |
|
| | | | | |\ \ \ \ \ \
| | | | | | | | | | | |
| | | | | | | | | | | | |
fix: adding elem_id for img2img resize to and resize by tabs
|
| | | | | | | | | | | | |
|
| | | | | |\ \ \ \ \ \ \
| | | | | | | | | | | | |
| | | | | | | | | | | | | |
Add checkbox to check/uncheck all extensions in the Installed tab
|
| | | | | | | |/ / / / /
| | | | | | |/| | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | | |
Small QoL addition.
While there is the option to disable all extensions with the radio buttons at the top, that only acts as an added flag and doesn't really change the state of the extensions in the UI.
An use case for this checkbox is to disable all extensions except for a few, which is important for debugging extensions.
You could do that before, but you'd have to uncheck and recheck every extension one by one.
|
| | | | | |\ \ \ \ \ \ \
| | | | | | |_|_|_|/ / /
| | | | | |/| | | | | | |
api quit restart
|
| | | | | | | | | | | | |
|
| | | | | | | | | | | | |
|
| | | | | | | | | | | | |
|
| | | | | | | | | | | | |
|
| | | | | | | | | | | | |
|
| | | | | | |/ / / / / |
|
| | | | | |\ \ \ \ \ \
| | | | | | | | | | | |
| | | | | | | | | | | | |
fixed typos
|
| | | | | | | |/ / / /
| | | | | | |/| | | | |
|
| | | | | |\ \ \ \ \ \
| | | | | | | | | | | |
| | | | | | | | | | | | |
Use os.makedirs(..., exist_ok=True)
|
| | | | | | | |/ / / /
| | | | | | |/| | | | |
|
| | | | | |\ \ \ \ \ \
| | | | | | | | | | | |
| | | | | | | | | | | | |
Strip whitespaces from URL and dirname prior to extension installation
|
| | | | | | | |/ / / /
| | | | | | |/| | | |
| | | | | | | | | | | |
This avoid some cryptic errors brought by accidental spaces around urls
|
| | | | | | |/ / / /
| | | | | |/| | | | |
|
| | | | | | | | | | |
|
| | | | | |\ \ \ \ \
| | | | | | | | | | |
| | | | | | | | | | | |
persistent conds cache
|
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
Update shared.py
|
| | | | | |/ / / / /
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Prequisite to fixing Outpainting MK2 mask blur bug.
|
| | | | | |\ \ \ \ \
| | | | | | | | | | |
| | | | | | | | | | | |
link footer API to Wiki when API is not active
|
| | | | | | | | | | | |
|
| | | | | |\ \ \ \ \ \
| | | | | | |/ / / / /
| | | | | |/| | | | | |
Fix upcast attention dtype error.
|
| | | | | | |/ / / /
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
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.
|
| | | | | |\ \ \ \ \
| | | | | | |_|/ / /
| | | | | |/| | | |
| | | | | | | | | |
| | | | | | | | | | |
AUTOMATIC1111/parse_generation_parameters_with_error
handles exception when parsing generation parameters from png info
|
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
print error and continue
|
| | | | | |\ \ \ \ \
| | | | | | | | | | |
| | | | | | | | | | | |
fix rework-disable-autolaunch for new restart method
|
| | | | | | | | | | | |
|
| | | | | | |/ / / / |
|
| | | | | |\ \ \ \ \
| | | | | | |/ / / /
| | | | | |/| | | | |
Restart: only do restart if running via the wrapper script
|
| | | | | | | | | | |
|
| | | | | | | | | | |
|
| | | | | |\ \ \ \ \
| | | | | | |/ / / /
| | | | | |/| | | | |
Simplify a bunch of `len(x) > 0`/`len(x) == 0` style expressions
|
| | | | | | | | | | |
|
| | | | | | | | | | |
|
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
as for the first pass
|
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
networks, and add an option to revert to old behavior
|
| | | | | |\ \ \ \ \
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
AUTOMATIC1111/fix-conds-caching-with-extra-network
fix conds caching with extra network
|
| | | | | | | | | | | |
|
| | | | | | | | | | | |
|