| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | | | | | | | | | | |
|
| | | | | | |/ / / / / |
|
| | | | | |\ \ \ \ \ \
| | | | | | | | | | | |
| | | | | | | | | | | | |
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
|
| | | | | | | | | | | |
|
| | | | | | | | | | | |
|
| | | | | | | | | | | |
|
| | | | | |\ \ \ \ \ \
| | | | | | | | | | | |
| | | | | | | | | | | | |
torch.cuda.is_available() check for SdOptimizationXformers
|
| | | | | | | | | | | | |
|
| | | | | | | | | | | | |
|
| | | | | |\ \ \ \ \ \ \
| | | | | | | | | | | | |
| | | | | | | | | | | | | |
A yet another method to restart webui.
|
| | | | | | | | | | | | | |
|
| | | | | |\ \ \ \ \ \ \ \
| | | | | | | | | | | | | |
| | | | | | | | | | | | | | |
Added sysinfo tab to settings
|
| | | | | | | | | | | | | |
| | | | | | | | | | | | | |
| | | | | | | | | | | | | |
| | | | | | | | | | | | | | |
add extra link to view the report instead of downloading it
|
| | | | | | | | | | | | | | |
|
| | | | | | |/ / / / / / / |
|
| | | | | |\ \ \ \ \ \ \ \
| | | | | | | | | | | | | |
| | | | | | | | | | | | | | |
Make save_pil_to_file to have same parameters with gradio's function
|
| | | | | | | |_|/ / / / /
| | | | | | |/| | | | | |
| | | | | | | | | | | | | |
Make override function have the same input parameters with original function
|
| | | | | |/ / / / / / / |
|
| | | | | | | | | | | | |
|
| | | | | |\ \ \ \ \ \ \
| | | | | | | | | | | | |
| | | | | | | | | | | | | |
Img2img batch processing
|
| | | | | | | | | | | | |
| | | | | | | | | | | | |
| | | | | | | | | | | | |
| | | | | | | | | | | | |
| | | | | | | | | | | | |
| | | | | | | | | | | | |
| | | | | | | | | | | | | |
usage of `shared.walk_files` breaks controlnet extension
images are processed in different order
which leads to unmatched img file used for img2img and img file used for controlnet
(if no folder is specified for control net
or the same as img2img input dir used for it)
|
| | | | | | | | | | | | | |
|