Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-19 | face detection algo, configurability, reusability | captin411 | |
Try to move the crop in the direction of a face if it is present More internal configuration options for choosing weights of each of the algorithm's findings Move logic into its module | |||
2022-10-19 | fix entropy point calculation | captin411 | |
2022-10-19 | UI changes for focal point image cropping | captin411 | |
2022-10-19 | Add auto focal point cropping to Preprocess images | captin411 | |
This algorithm plots a bunch of points of interest on the source image and averages their locations to find a center. Most points come from OpenCV. One point comes from an entropy model. OpenCV points account for 50% of the weight and the entropy based point is the other 50%. The center of all weighted points is calculated and a bounding box is drawn as close to centered over that point as possible. | |||
2022-10-19 | fix for broken checkpoint merger | AUTOMATIC | |
2022-10-19 | Fix typo in prompt_parser.py | Ikko Ashimine | |
assoicated -> associated | |||
2022-10-19 | Merge branch 'master' into hot-reload-javascript | AUTOMATIC1111 | |
2022-10-19 | Predictable long operation check for time estimation | Anastasius | |
2022-10-19 | Estimated time displayed if jobs take more 60 sec | Anastasius | |
2022-10-19 | Added time left estimation | Anastasius | |
2022-10-19 | Remove wrong self reference in CUDA support for invokeai | Cheka | |
2022-10-19 | Use training width/height when training hypernetworks. | Silent | |
2022-10-19 | Merge remote-tracking branch 'origin/api' | AUTOMATIC | |
2022-10-19 | more careful loading of model weights (eliminates some issues with ↵ | AUTOMATIC | |
checkpoints that have weird cond_stage_model layer names) | |||
2022-10-19 | call sampler by name | arcticfaded | |
2022-10-18 | provide sampler by name | arcticfaded | |
2022-10-18 | remove dependence on TQDM for sampler progress/interrupt functionality | AUTOMATIC | |
2022-10-18 | additional fix for difference model merging | AUTOMATIC | |
2022-10-18 | fix for add difference model merging | AUTOMATIC | |
2022-10-18 | styles.csv encoding utf8 to utf-8-sig | w-e-w | |
utf-8-bom for better compatibility for some programs | |||
2022-10-18 | remove shared option for update check (because it is not an argument of webui) | AUTOMATIC | |
have launch.py examine both COMMANDLINE_ARGS as well as argv for its arguments | |||
2022-10-18 | add shared option for update check | DepFA | |
2022-10-18 | update scripts.py | ふぁ | |
2022-10-18 | Add visible for dropdown | ふぁ | |
2022-10-18 | Remove exception handling | ふぁ | |
2022-10-18 | Add scripts to ui-config,json | ふぁ | |
2022-10-18 | clarify the comment for the new option from #2959 and move it to UI section. | AUTOMATIC | |
2022-10-18 | Disable auto weights swap with config option | trufty | |
2022-10-18 | Merge pull request #2984 from guaneec/D | AUTOMATIC1111 | |
Don't eat colons in booru tags | |||
2022-10-18 | Merge branch 'master' into dark-mode | AUTOMATIC1111 | |
2022-10-18 | Update sd_hijack_optimizations.py | C43H66N12O12S2 | |
2022-10-18 | Update sd_hijack.py | C43H66N12O12S2 | |
2022-10-18 | readd xformers attnblock | C43H66N12O12S2 | |
2022-10-18 | delete xformers attnblock | C43H66N12O12S2 | |
2022-10-18 | use legacy attnblock | C43H66N12O12S2 | |
2022-10-18 | gradio and FastAPI | arcticfaded | |
2022-10-18 | Fix typo "celem_id" to "elem_id" | Mykeehu | |
2022-10-18 | Add --nowebui as a means of disabling the webui and run on the other port | Ryan Voots | |
2022-10-18 | Put API under /sdapi/ so that routing is simpler in the future. This means ↵ | Ryan Voots | |
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 | |
both. | |||
2022-10-18 | extras extend cache key with new upscale to options | DepFA | |
2022-10-18 | Fix typo in 'choices' when loading upscaler 2 config | Jordan Hall | |
2022-10-17 | prevent API from saving | arcticfaded | |
2022-10-18 | Oops | guaneec | |
2022-10-17 | example API working with gradio | arcticfaded | |
2022-10-18 | Don't eat colons in booru tags | guaneec | |
2022-10-17 | localization support | AUTOMATIC | |
2022-10-17 | make modelmerger work with ui-config.json | AUTOMATIC | |
2022-10-17 | Use of a --theme argument for more flexibility | Michoko | |
Added possibility to set the theme (light or dark) | |||
2022-10-17 | Added dark mode switch | Michoko | |
Launch the UI in dark mode with the --dark-mode switch |