| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-04-04 | Fix skip-install bug (see #8935) | Micky Brunetti | -4/+1 | |
| 2023-04-03 | Fix #9046 /sdapi/v1/txt2img endpoint not working | keith | -0/+41 | |
| **Describe what this pull request is trying to achieve.** Fix https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/9046 **Environment this was tested in** * OS: Linux * Browser: chrome * Graphics card: RTX 3090 | ||||
| 2023-04-03 | Update script.js | GeorgLegato | -1/+1 | |
| updated how tabs are presented in DOM with Gradio 3.23. | ||||
| 2023-04-02 | Namespace metadata fields | space-nuko | -6/+6 | |
| 2023-04-03 | Update postprocessing.py | Pluventi | -1/+1 | |
| Solution for anyone getting an error when batching on extras, even with a clean install of "stable diffusion webui" | ||||
| 2023-04-02 | Calculate shorthash on merge if not exist | space-nuko | -0/+1 | |
| 2023-04-02 | Add field for model merge type | space-nuko | -0/+1 | |
| Incase this is supported by other merge extensions | ||||
| 2023-04-02 | Embed model merge metadata in .safetensors file | space-nuko | -4/+55 | |
| 2023-04-01 | Merge branch 'AUTOMATIC1111:master' into master | ParityError | -0/+1 | |
| 2023-04-01 | remove excess condition | papuSpartan | -14/+15 | |
| 2023-04-01 | Transition to using settings through UI instead of cmd line args. Added ↵ | papuSpartan | -10/+80 | |
| feature to only apply to hr-fix. Install package using requirements_versions.txt | ||||
| 2023-04-01 | use pypi package for tomesd intead of manually cloning repo | papuSpartan | -6/+2 | |
| 2023-04-01 | bug: poorman use sample file format not grid | wywywywy | -1/+1 | |
| 2023-04-01 | bug: outpaint-mk2 use sample file format not grid | wywywywy | -1/+1 | |
| 2023-04-01 | delay import | papuSpartan | -1/+1 | |
| 2023-04-01 | forgot to add reinstall arg back earlier since args moved out of shared | papuSpartan | -0/+1 | |
| 2023-04-01 | first | papuSpartan | -0/+18 | |
| 2023-03-31 | fix missing live preview and progress during certain tasks | bbonvi | -1/+1 | |
| Sometimes tasks take longer than 5 seconds to start, resulting in missing progress bar and livepreviews, so we have to keep pulling for progress a bit longer (5s -> 20s). | ||||
| 2023-03-31 | Fix #9185 | Z_nonymous | -2/+5 | |
| 2023-03-31 | Don't return upscaling_res_switch_btn | missionfloyd | -1/+0 | |
| 2023-03-30 | Import switch_values_symbol | missionfloyd | -2/+1 | |
| 2023-03-30 | Change extras "scale to" to sliders | missionfloyd | -4/+14 | |
| 2023-03-30 | update torch | Vladimir Mandic | -12/+16 | |
| 2023-03-30 | keep randomId simpler | siutin | -12/+6 | |
| 2023-03-30 | tool button | siutin | -9/+10 | |
| 2023-03-30 | use condition to wait for result | siutin | -3/+5 | |
| 2023-03-30 | add a button to restore the current progress | siutin | -8/+80 | |
| 2023-03-30 | store the last generated result | siutin | -0/+11 | |
| 2023-03-30 | add an internal API for obtaining current task id | siutin | -0/+9 | |
| 2023-03-30 | fix live preview & alternate uncond guidance for better quality | devdn | -6/+8 | |
| 2023-03-29 | Add webui link | space-nuko | -7/+7 | |
| 2023-03-29 | Squelch warning if no config restore | space-nuko | -2/+2 | |
| 2023-03-29 | Add links for commits in table, if remote is from GitHub | space-nuko | -5/+25 | |
| 2023-03-29 | Make into divs | space-nuko | -2/+2 | |
| 2023-03-29 | Add filename to UI and config name to filename | space-nuko | -1/+3 | |
| 2023-03-29 | Various UI fixes in config state tab | space-nuko | -23/+241 | |
| 2023-03-29 | Better checking of extension state from Git info | space-nuko | -1/+13 | |
| 2023-03-29 | Save/restore working webui/extension configs | space-nuko | -10/+244 | |
| 2023-03-29 | Update launch.py | Thierry | -1/+1 | |
| 2023-03-29 | Update README.md | Thierry | -1/+1 | |
| 2023-03-29 | Update README.md | Thierry | -1/+1 | |
| 2023-03-29 | Make selected tab configurable with UI config | space-nuko | -16/+34 | |
| 2023-03-29 | feat: use existing virtualenv if already active | yedpodtrzitko | -14/+21 | |
| 2023-03-29 | Improve custom code extension | space-nuko | -7/+56 | |
| - Uses `gr.Code` component - Includes example - Can return out of body | ||||
| 2023-03-29 | attempted fix for infinite loading for settings that some people experience | AUTOMATIC | -0/+1 | |
| 2023-03-28 | Changed behavior that puts the args from alwayson_script request in the ↵ | Vespinian | -1/+3 | |
| script_args, so don't accidently resize the arg list if we get less arg then or default list has | ||||
| 2023-03-28 | Update README.md | ParityError | -2/+2 | |
| Updated to reflect change in webui.sh, so that the installation directory is not absolute (/home/user). | ||||
| 2023-03-28 | Merge branch 'AUTOMATIC1111:master' into master | ParityError | -1139/+1510 | |
| 2023-03-28 | Update webui-user.sh | ParityError | -1/+1 | |
| 2023-03-28 | increase range of negative guidance minimum sigma option | devdn | -1/+1 | |
