Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-04-06 | Forcing PyTorch version for AMD GPUs automatic install | DGdev91 | |
The old code tries to install the newest versions of pytorch, wich is currently 2.0. Forcing it to 1.13.1 | |||
2023-04-05 | fix preprocess orientation | Andre Ubuntu | |
2023-04-05 | fix axis swap and infotxt | pangbo13 | |
2023-04-05 | add dropdown for X/Y/Z plot | pangbo13 | |
2023-04-04 | revert xformers | Vladimir Mandic | |
2023-04-04 | fix `--ldsr-models-path` not working | hitomi | |
2023-04-04 | fix `--realesrgan-models-path` not working | hitomi | |
2023-04-04 | fixed an issue with using ngrok for other connections and also ngrok not ↵ | Nathanael Santoso | |
using auth_token | |||
2023-04-04 | Improved message clarity | Nathanael Santoso | |
2023-04-04 | Added guard clause to prevent multiple tunnel creations | Nathanael Santoso | |
2023-04-03 | update xformers | Vladimir Mandic | |
2023-04-03 | fixed logic for updating the displayed generation params when the image ↵ | Liam | |
modal is closed | |||
2023-04-03 | allow styles.csv to be symlinked or mounted in docker without moving the ↵ | gmasil | |
file around | |||
2023-04-04 | Fix skip-install bug (see #8935) | Micky Brunetti | |
2023-04-03 | Fix #9046 /sdapi/v1/txt2img endpoint not working | keith | |
**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 | |
updated how tabs are presented in DOM with Gradio 3.23. | |||
2023-04-02 | Namespace metadata fields | space-nuko | |
2023-04-03 | Update postprocessing.py | Pluventi | |
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 | |
2023-04-02 | Add field for model merge type | space-nuko | |
Incase this is supported by other merge extensions | |||
2023-04-02 | Embed model merge metadata in .safetensors file | space-nuko | |
2023-04-01 | Merge branch 'AUTOMATIC1111:master' into master | ParityError | |
2023-04-01 | bug: poorman use sample file format not grid | wywywywy | |
2023-04-01 | bug: outpaint-mk2 use sample file format not grid | wywywywy | |
2023-03-31 | fix missing live preview and progress during certain tasks | bbonvi | |
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 | |
2023-03-31 | Don't return upscaling_res_switch_btn | missionfloyd | |
2023-03-30 | Import switch_values_symbol | missionfloyd | |
2023-03-30 | Change extras "scale to" to sliders | missionfloyd | |
2023-03-30 | update torch | Vladimir Mandic | |
2023-03-30 | keep randomId simpler | siutin | |
2023-03-30 | tool button | siutin | |
2023-03-30 | use condition to wait for result | siutin | |
2023-03-30 | add a button to restore the current progress | siutin | |
2023-03-30 | store the last generated result | siutin | |
2023-03-30 | add an internal API for obtaining current task id | siutin | |
2023-03-30 | fix live preview & alternate uncond guidance for better quality | devdn | |
2023-03-29 | Add webui link | space-nuko | |
2023-03-29 | Squelch warning if no config restore | space-nuko | |
2023-03-29 | Add links for commits in table, if remote is from GitHub | space-nuko | |
2023-03-29 | Make into divs | space-nuko | |
2023-03-29 | Add filename to UI and config name to filename | space-nuko | |
2023-03-29 | Various UI fixes in config state tab | space-nuko | |
2023-03-29 | Better checking of extension state from Git info | space-nuko | |
2023-03-29 | Save/restore working webui/extension configs | space-nuko | |
2023-03-29 | Update launch.py | Thierry | |
2023-03-29 | Update README.md | Thierry | |
2023-03-29 | Update README.md | Thierry | |
2023-03-29 | Make selected tab configurable with UI config | space-nuko | |
2023-03-29 | feat: use existing virtualenv if already active | yedpodtrzitko | |