Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2022-10-18 | Disable auto weights swap with config option | trufty | -0/+5 | |
2022-10-18 | Merge pull request #2984 from guaneec/D | AUTOMATIC1111 | -2/+1 | |
Don't eat colons in booru tags | ||||
2022-10-18 | Merge pull request #2939 from Michoko92/dark-mode | AUTOMATIC1111 | -1/+11 | |
Added dark mode switch | ||||
2022-10-18 | Merge branch 'master' into dark-mode | AUTOMATIC1111 | -26/+235 | |
2022-10-18 | Update sd_hijack_optimizations.py | C43H66N12O12S2 | -0/+3 | |
2022-10-18 | Update sd_hijack.py | C43H66N12O12S2 | -1/+1 | |
2022-10-18 | readd xformers attnblock | C43H66N12O12S2 | -0/+15 | |
2022-10-18 | delete xformers attnblock | C43H66N12O12S2 | -12/+0 | |
2022-10-18 | use legacy attnblock | C43H66N12O12S2 | -1/+1 | |
2022-10-18 | gradio and FastAPI | arcticfaded | -14/+15 | |
2022-10-18 | Fix typo "celem_id" to "elem_id" | Mykeehu | -1/+1 | |
2022-10-18 | Add --nowebui as a means of disabling the webui and run on the other port | Ryan Voots | -11/+27 | |
2022-10-18 | Put API under /sdapi/ so that routing is simpler in the future. This means ↵ | Ryan Voots | -1/+1 | |
that one could allow access to /sdapi/ but not the webui. | ||||
2022-10-18 | Re-use webui fastapi application rather than requiring one or the other, not ↵ | Ryan Voots | -11/+9 | |
both. | ||||
2022-10-18 | extras extend cache key with new upscale to options | DepFA | -1/+2 | |
2022-10-18 | prevent highlighting/selecting image | Adam Snodgrass | -0/+1 | |
2022-10-18 | Fix typo in 'choices' when loading upscaler 2 config | Jordan Hall | -1/+1 | |
2022-10-17 | prevent API from saving | arcticfaded | -0/+2 | |
2022-10-18 | Oops | guaneec | -0/+1 | |
2022-10-17 | example API working with gradio | arcticfaded | -27/+60 | |
2022-10-18 | Don't eat colons in booru tags | guaneec | -2/+0 | |
2022-10-17 | localization support | AUTOMATIC | -18/+211 | |
2022-10-17 | make modelmerger work with ui-config.json | AUTOMATIC | -0/+1 | |
2022-10-17 | Use of a --theme argument for more flexibility | Michoko | -6/+6 | |
Added possibility to set the theme (light or dark) | ||||
2022-10-17 | possibly defeat losing of focus for prompt when generating images with ↵ | AUTOMATIC | -3/+9 | |
gallery open | ||||
2022-10-17 | Added dark mode switch | Michoko | -1/+10 | |
Launch the UI in dark mode with the --dark-mode switch | ||||
2022-10-17 | add missing requirement for api and fix some typos | AUTOMATIC | -2/+4 | |
2022-10-17 | add api() function to return webui() to how it was | AUTOMATIC | -38/+41 | |
2022-10-17 | Update api.py | Jonathan | -10/+1 | |
2022-10-17 | Update processing.py | Jonathan | -1/+0 | |
2022-10-17 | Update processing.py | Jonathan | -36/+5 | |
2022-10-17 | Update webui.py | Jonathan | -4/+1 | |
2022-10-17 | pydantic instrumentation | arcticfaded | -0/+99 | |
2022-10-17 | initial prototype by borrowing contracts | arcticfaded | -31/+102 | |
2022-10-17 | Safeguard setting restore logic against exceptions | Greg Fuller | -22/+26 | |
also useful for keeping settings cache and restore logic together, and nice for code reuse (other third party scripts can import this class) | ||||
2022-10-17 | print list of embeddings on reload | DepFA | -0/+1 | |
2022-10-17 | make CLIP interrogate ranks output sane values | AUTOMATIC | -3/+3 | |
2022-10-17 | fix bug for latest model merge RAM improvement | AUTOMATIC | -0/+1 | |
2022-10-17 | Fix CLIP Interrogator and disable ranks for it | DenkingOfficial | -2/+2 | |
2022-10-17 | add cache for workflow | DancingSnow | -0/+6 | |
2022-10-17 | only read files with .py extension from the scripts dir | AUTOMATIC | -0/+3 | |
2022-10-17 | improve performance of 3-way merge on machines with not enough ram, by only ↵ | MrCheeze | -10/+17 | |
accessing two of the models at a time | ||||
2022-10-17 | Fix #2750 | fortypercnt | -3/+3 | |
left / top alignment was necessary with gradio 3.4.1. In gradio 3.5 the parent div of the image mask is centered, so the left / top alignment put the mask in the wrong place as described in #2750 #2795 #2805. This fix was tested on Windows 10 / Chrome. | ||||
2022-10-16 | The hide_ui_dir_config flag also restrict write attempt to path settings | SGKoishi | -1/+17 | |
2022-10-16 | fix: add null check when start running project the currentButton is null | dvsilch | -1/+1 | |
2022-10-16 | keep focus on current element when updating gallery | AUTOMATIC | -2/+4 | |
2022-10-16 | fix dir_path in some path like `D:/Pic/outputs` | DancingSnow | -4/+2 | |
2022-10-16 | Better readablity of logs | CookieHCl | -2/+2 | |
2022-10-16 | Only make output dir when creating output | CookieHCl | -7/+4 | |
2022-10-16 | Fix FileNotFoundError in history tab | CookieHCl | -4/+8 | |
Now only traverse images when directory exists |