Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | | | | | | | | auto cropping now works with non square crops | captin411 | 2022-10-23 | 1 | -240/+269 | |
| | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | improve face detection a lot | captin411 | 2022-10-20 | 1 | -37/+62 | |
| | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | face detection algo, configurability, reusability | captin411 | 2022-10-20 | 2 | -136/+230 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | |||||
* | | | | | | | | | | | | | | | | | fix entropy point calculation | captin411 | 2022-10-19 | 1 | -15/+19 | |
| | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | UI changes for focal point image cropping | captin411 | 2022-10-19 | 1 | -1/+3 | |
| | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | Add auto focal point cropping to Preprocess images | captin411 | 2022-10-19 | 1 | -5/+146 | |
| |_|_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | |||||
* | | | | | | | | | | | | | | | | fix for broken checkpoint merger | AUTOMATIC | 2022-10-19 | 1 | -1/+4 | |
| | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | Fix typo in prompt_parser.py | Ikko Ashimine | 2022-10-19 | 1 | -1/+1 | |
| |_|_|_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | assoicated -> associated | |||||
* | | | | | | | | | | | | | | | Merge branch 'master' into hot-reload-javascript | AUTOMATIC1111 | 2022-10-19 | 18 | -151/+529 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | Predictable long operation check for time estimation | Anastasius | 2022-10-19 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Estimated time displayed if jobs take more 60 sec | Anastasius | 2022-10-19 | 1 | -5/+12 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Added time left estimation | Anastasius | 2022-10-19 | 1 | -1/+13 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Remove wrong self reference in CUDA support for invokeai | Cheka | 2022-10-19 | 1 | -1/+1 | |
| | |_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Use training width/height when training hypernetworks. | Silent | 2022-10-19 | 2 | -2/+4 | |
| | |/ / / / / / / / / / / / | |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Merge remote-tracking branch 'origin/api' | AUTOMATIC | 2022-10-19 | 4 | -8/+185 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | call sampler by name | arcticfaded | 2022-10-19 | 2 | -8/+9 | |
| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | provide sampler by name | arcticfaded | 2022-10-18 | 2 | -4/+24 | |
| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | gradio and FastAPI | arcticfaded | 2022-10-18 | 1 | -5/+8 | |
| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | Add --nowebui as a means of disabling the webui and run on the other port | Ryan Voots | 2022-10-18 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | Put API under /sdapi/ so that routing is simpler in the future. This means ↵ | Ryan Voots | 2022-10-18 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | that one could allow access to /sdapi/ but not the webui. | |||||
| | * | | | | | | | | | | | | | Re-use webui fastapi application rather than requiring one or the other, not ↵ | Ryan Voots | 2022-10-18 | 1 | -4/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | both. | |||||
| | * | | | | | | | | | | | | | prevent API from saving | arcticfaded | 2022-10-17 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | example API working with gradio | arcticfaded | 2022-10-17 | 3 | -27/+60 | |
| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | add missing requirement for api and fix some typos | AUTOMATIC | 2022-10-17 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | Update api.py | Jonathan | 2022-10-17 | 1 | -10/+1 | |
| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | Update processing.py | Jonathan | 2022-10-17 | 1 | -1/+0 | |
| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | Update processing.py | Jonathan | 2022-10-17 | 1 | -36/+5 | |
| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | pydantic instrumentation | arcticfaded | 2022-10-17 | 1 | -0/+99 | |
| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | initial prototype by borrowing contracts | arcticfaded | 2022-10-17 | 3 | -2/+62 | |
| | | |_|_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | more careful loading of model weights (eliminates some issues with ↵ | AUTOMATIC | 2022-10-19 | 1 | -3/+25 | |
| | |/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | checkpoints that have weird cond_stage_model layer names) | |||||
| * | | | | | | | | | | | | remove dependence on TQDM for sampler progress/interrupt functionality | AUTOMATIC | 2022-10-18 | 2 | -55/+58 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | additional fix for difference model merging | AUTOMATIC | 2022-10-18 | 1 | -1/+1 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | fix for add difference model merging | AUTOMATIC | 2022-10-18 | 1 | -2/+5 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | styles.csv encoding utf8 to utf-8-sig | w-e-w | 2022-10-18 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | utf-8-bom for better compatibility for some programs | |||||
| * | | | | | | | | | | | | remove shared option for update check (because it is not an argument of webui) | AUTOMATIC | 2022-10-18 | 1 | -1/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | have launch.py examine both COMMANDLINE_ARGS as well as argv for its arguments | |||||
| * | | | | | | | | | | | | add shared option for update check | DepFA | 2022-10-18 | 1 | -0/+1 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | update scripts.py | ふぁ | 2022-10-18 | 1 | -1/+1 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Add visible for dropdown | ふぁ | 2022-10-18 | 1 | -4/+5 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Remove exception handling | ふぁ | 2022-10-18 | 1 | -4/+1 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Add scripts to ui-config,json | ふぁ | 2022-10-18 | 2 | -2/+18 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | clarify the comment for the new option from #2959 and move it to UI section. | AUTOMATIC | 2022-10-18 | 1 | -1/+1 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Disable auto weights swap with config option | trufty | 2022-10-18 | 2 | -0/+5 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge pull request #2984 from guaneec/D | AUTOMATIC1111 | 2022-10-18 | 1 | -2/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't eat colons in booru tags | |||||
| | * | | | | | | | | | | | | Oops | guaneec | 2022-10-17 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | Don't eat colons in booru tags | guaneec | 2022-10-17 | 1 | -2/+0 | |
| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Merge branch 'master' into dark-mode | AUTOMATIC1111 | 2022-10-18 | 5 | -17/+73 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | Update sd_hijack_optimizations.py | C43H66N12O12S2 | 2022-10-18 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | Update sd_hijack.py | C43H66N12O12S2 | 2022-10-18 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | readd xformers attnblock | C43H66N12O12S2 | 2022-10-18 | 1 | -0/+15 | |
| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | delete xformers attnblock | C43H66N12O12S2 | 2022-10-18 | 1 | -12/+0 | |
| | | | | | | | | | | | | | | |