Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-27 | Merge pull request #10722 from maybe-hello-world/master | AUTOMATIC1111 | |
Download ROCm for AMD GPU only if NVIDIA is not presented | |||
2023-05-27 | Merge pull request #10718 from kernelmethod/libtcmalloc_fixes | AUTOMATIC1111 | |
Small fixes to prepare_tcmalloc for Debian/Ubuntu compatibility | |||
2023-05-27 | Merge pull request #10694 from akx/tooltipsies | AUTOMATIC1111 | |
Tooltip fixes & optimizations | |||
2023-05-27 | updates for the noise schedule settings | AUTOMATIC | |
2023-05-27 | Merge remote-tracking branch 'KohakuBlueleaf/custom-k-sched-settings' into dev | AUTOMATIC | |
2023-05-27 | fix serving images that have already been saved without temp files function ↵ | AUTOMATIC | |
that broke after updating gradio | |||
2023-05-27 | custom unet support | AUTOMATIC | |
2023-05-26 | Update webui.sh | Roman Beltiukov | |
2023-05-25 | Merge branch 'dev' into master | Roman Beltiukov | |
2023-05-25 | change to AMD only if NVIDIA is not presented | Roman Beltiukov | |
2023-05-25 | Small fixes to prepare_tcmalloc for Debian/Ubuntu compatibility | kernelmethod | |
- /usr/sbin (where ldconfig is usually located) is not typically on users' PATHs by default, so we set that variable before trying to run ldconfig. - The libtcmalloc library is called libtcmalloc_minimal on Debian/Ubuntu systems. We now check whether libtcmalloc_minimal exists when running prepare_tcmalloc. | |||
2023-05-24 | Add support for tooltips on dropdown options | Aarni Koskela | |
2023-05-24 | Restore support for dropdown tooltips | Aarni Koskela | |
2023-05-24 | Optimize tooltip checks | Aarni Koskela | |
* Instead of traversing tens of thousands of text nodes, only look at elements and their children * Debounce the checks to happen only every one second | |||
2023-05-24 | use Schedule instead of Sched | Kohaku-Blueleaf | |
2023-05-24 | improvements | Kohaku-Blueleaf | |
See: https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/10649#issuecomment-1561047723 | |||
2023-05-24 | Use automatic instead of None/default | Kohaku-Blueleaf | |
2023-05-23 | Fix ruff error | Kohaku-Blueleaf | |
2023-05-23 | possible fix for empty list of optimizations #10605 | AUTOMATIC | |
2023-05-23 | fix bad styling for thumbs view in extra networks #10639 | AUTOMATIC | |
2023-05-23 | Use type to determine if it is enable | Kohaku-Blueleaf | |
2023-05-23 | Fix xyz | Kohaku-Blueleaf | |
2023-05-23 | Use better way to impl | Kohaku-Blueleaf | |
2023-05-23 | Use settings instead of main interface | Kohaku-Blueleaf | |
2023-05-23 | Merge branch 'custom-k-sched' of ↵ | Kohaku-Blueleaf | |
https://github.com/KohakuBlueleaf/stable-diffusion-webui into custom-k-sched | |||
2023-05-23 | Add hint for custom k_diffusion scheduler | Kohaku-Blueleaf | |
2023-05-23 | Better hint for user | Kohaku-Blueleaf | |
Co-authored-by: catboxanon <122327233+catboxanon@users.noreply.github.com> | |||
2023-05-22 | Merge pull request #10644 from ArthurHeitmann/fix-inpainting-canvas-noise | AUTOMATIC1111 | |
Fix for #10643 (Inpainting mask sometimes not working) | |||
2023-05-22 | Fix for #10643 (pixel noise in webui inpainting canvas breaking inpainting, ↵ | ArthurHeitmann | |
so that it behaves like plain img2img) | |||
2023-05-22 | Merge pull request #10623 from akx/bump-gradio | AUTOMATIC1111 | |
Bump gradio to 3.32 | |||
2023-05-22 | Merge pull request #10635 from prodialabs/master | AUTOMATIC1111 | |
disable `timeout_keep_alive`: fixes #10625 #10510 #10474 | |||
2023-05-23 | use sigma_max/min in model if sigma_max/min is 0 | Kohaku-Blueleaf | |
2023-05-23 | Add error information for recursion error | Kohaku-Blueleaf | |
2023-05-22 | Minor naming fixes | Kohaku-Blueleaf | |
2023-05-22 | Avoid loop import | Kohaku-Blueleaf | |
2023-05-22 | remove not related code | Kohaku-Blueleaf | |
2023-05-22 | only add metadata when k_sched is actually been used | Kohaku-Blueleaf | |
2023-05-22 | Replace karras by k_diffusion, fix gen info | Kohaku-Blueleaf | |
2023-05-22 | Change karras to kdiffusion | Kohaku-Blueleaf | |
2023-05-22 | Add dropdown for scheduler type | Kohaku-Blueleaf | |
2023-05-22 | `modules/api/api.py`: disable `timeout_keep_alive` | Monty Anderson | |
2023-05-22 | remove debug print | Kohaku-Blueleaf | |
2023-05-22 | Add custom karras scheduler | Kohaku-Blueleaf | |
2023-05-22 | fix error in dragdrop logic | AUTOMATIC | |
2023-05-22 | Upgrade Gradio, remove docs URL hack | Aarni Koskela | |
2023-05-22 | repair file paste for Firefox from #10615 | AUTOMATIC | |
remove animation when pasting files into prompt rework two dragdrop js files into one | |||
2023-05-22 | Merge pull request #10611 from akx/disable-token-counters | AUTOMATIC1111 | |
Add option to disable token counters | |||
2023-05-22 | Merge pull request #10615 from missionfloyd/text-drag-fix | AUTOMATIC1111 | |
Fix dragging text to prompt | |||
2023-05-22 | Merge branch 'dev' into text-drag-fix | AUTOMATIC1111 | |
2023-05-21 | Fix dragging text to prompt | missionfloyd | |