w-e-w

Results 55 issues of w-e-w

## Description Extra Networks tab title typeo Lora -> LoRA [Paper LoRA: Low-Rank Adaptation of Large Language Models](https://arxiv.org/abs/2106.09685) ## Screenshots/videos: Current ![image](https://github.com/AUTOMATIC1111/stable-diffusion-webui/assets/40751091/291964f7-5906-4116-883f-935955d44f27) PR ![image](https://github.com/AUTOMATIC1111/stable-diffusion-webui/assets/40751091/ca044cb8-3a7d-408d-be64-20390786deb2) ## Checklist: - [x] I have...

## Description rework of [[minor new feature] sort extensions by popularity (github stars)](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/11370) add `stars` `update date` `creation date` use my test index for testing https://raw.githubusercontent.com/w-e-w/temp_test/master/index.json workflow configured can be...

## Description Rename `--add-stop-route` to `--api-server-stop` since [api quit restart](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/11146) already cause a minor breaking by moveing `/_stop` to `/sdapi/v1/server-stop` it makes sense to also change the flag to signify...

## Description this mainly affected extensions that needs to modify extra network after it's been activated such as [lora block weights](https://github.com/hako-mikan/sd-webui-lora-block-weight) and in my opinion the actual solution to the...

## Description a Script that for some reason fails to initialize can cause a webui to crash for example a Script like this ```py from modules import scripts class Script(scripts.Script):...

## Description xyz grid if the selected axle from dropdown is not found the `axis_type` index will be `None` triggering and error ```shell File "B:\GitHub\stable-diffusion-webui\scripts\xyz_grid.py", line 479, in select_axis choices...

fix issue https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/14360 Captions not being generated for flipped copies since captioning is applied before flipping the image the flip the version of the image don't have captions I reordered...

## Description future request https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/14288 Fullscreen Preview control fading/disable. - for mouse usere, show and hide fullscreen image viewer icon on mouse hover - this CSS is only in effect...

- only rewrite ui-config on load when there is change `ui-config.json` is is always rewritten on webui load, even when there's no change there's no point and can cause file...

## Description alternative implementation of https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14443 Added shared.cmd_opts.data_dir prefix to "outputs" and "log" paths. achieve the same thing with minor differences being 1. the default path is truncated if it's...