- 08 Jul, 2023 1 commit
-
-
Nelson Chen authored
At the moment, the wiki is editable by GitHub users, so it is blocked from indexing. If you are searching for something related to this repo, Google and other search engines will not use the content for it. This link hack just sticks a link on the README so search engines may prioritize it. At the moment, 0 pages from GitHub are index and only 7 pages from my proxy service are. If you add this, the rest should get indexed. An indexable page looks like this: https://github-wiki-see.page/m/AUTOMATIC1111/stable-diffusion-webui/wiki/Command-Line-Arguments-and-Settings. It is not meant to be read, just indexed, and users are expected to click through to the GitHub copy. https://github-wiki-see.page/ has more information about the situation. I built the tool and I'm happy to answer any questions I can. Similar: https://github.com/MiSTer-devel/Main_MiSTer#main_mister-main-binary-and-wiki-repo:~:text=For%20the%20purposes%20of%20getting%20google%20to%20crawl%20the%20wiki%2C%20here%27s%20a%20link%20to%20the%20(not%20for%20humans)%20crawlable%20wiki
-
- 27 Jun, 2023 7 commits
-
-
AUTOMATIC authored
-
AUTOMATIC1111 authored
Zoom and pan: More options in the settings and improved error output
-
AUTOMATIC1111 authored
fixed typos
-
AUTOMATIC1111 authored
Use os.makedirs(..., exist_ok=True)
-
AUTOMATIC1111 authored
Fix Typo of hints.js
-
AUTOMATIC1111 authored
Strip whitespaces from URL and dirname prior to extension installation
-
AUTOMATIC authored
-
- 25 Jun, 2023 1 commit
-
-
Jabasukuriputo Wang authored
This avoid some cryptic errors brought by accidental spaces around urls
-
- 18 Jun, 2023 1 commit
-
-
zhtttylz authored
-
- 14 Jun, 2023 2 commits
-
-
Danil Boldyrev authored
-
Danil Boldyrev authored
-
- 13 Jun, 2023 3 commits
-
-
Aarni Koskela authored
-
Danil Boldyrev authored
-
Danil Boldyrev authored
-
- 10 Jun, 2023 9 commits
-
-
arch-fan authored
-
AUTOMATIC authored
-
AUTOMATIC authored
-
AUTOMATIC authored
-
AUTOMATIC1111 authored
Allow activation of Generate Forever during generation
-
AUTOMATIC1111 authored
persistent conds cache
-
AUTOMATIC1111 authored
Don't die when a LoRA is a broken symlink
-
AUTOMATIC1111 authored
Split mask blur into X and Y components, patch Outpainting MK2 accordingly
-
AUTOMATIC1111 authored
Forcing Torch Version to 1.13.1 for RX 5000 series GPUs
-
- 09 Jun, 2023 3 commits
-
-
Aarni Koskela authored
Fixes #11098
-
Splendide Imaginarius authored
Fixes unexpected noise in non-outpainted borders when using MK2 script.
-
Splendide Imaginarius authored
Prequisite to fixing Outpainting MK2 mask blur bug.
-
- 08 Jun, 2023 2 commits
- 07 Jun, 2023 3 commits
-
-
AUTOMATIC1111 authored
link footer API to Wiki when API is not active
-
AUTOMATIC1111 authored
Fix upcast attention dtype error.
-
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.
-
- 06 Jun, 2023 8 commits