aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | fix typo in on_save_imaged/on_image_saved; hope no extension is using it yetAUTOMATIC2022-10-261-1/+1
| | | | | | | | | | * | | | | Merge pull request #1 from aria1th/patch-11guaneec2022-10-272-11/+20
| | | | | | | | | | |\ \ \ \ \
| | | | | | | | | | | * | | | | Revert unresolved changes in Bias initializationAngelBottomless2022-10-271-1/+1
| | | | | | | | | | | * | | | | Fix dropout logicguaneec2022-10-271-2/+2
| | | | | | | | | | | * | | | | Squashed commit of fixing dropout silentlyAngelBottomless2022-10-272-10/+19
| | | | | | | | | | |/ / / / /
| | | | | | | | | | * | | | | Fix mergeguaneec2022-10-261-2/+2
| | | | | | | | | | * | | | | Merge fixguaneec2022-10-261-1/+1
| | | | | | | | | | * | | | | Merge branch 'master' into hn-activationguaneec2022-10-2611-32/+876
| | | | | | | | | | |\ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | default_time_format if format is blankw-e-w2022-10-261-1/+1
* | | | | | | | | | | | | | | images: allow nested bracket in filename patternMilly2022-10-261-7/+4
* | | | | | | | | | | | | | | Add missed fixes from salco's comments, tweak sometumbly2022-10-261-6/+6
* | | | | | | | | | | | | | | Fix typos and proper wording per salco's commentstumbly2022-10-261-44/+44
* | | | | | | | | | | | | | | Add French localizationtumbly2022-10-261-0/+415
* | | | | | | | | | | | | | | cleanStephen2022-10-262-5/+1
* | | | | | | | | | | | | | | [Bugfix][API] - Fix API response for colab usersStephen2022-10-262-8/+19
* | | | | | | | | | | | | | | enable creating embedding with --medvramAUTOMATIC2022-10-261-0/+3
* | | | | | | | | | | | | | | Merge pull request #3139 from captin411/focal-point-croppingAUTOMATIC11112022-10-264-5/+394
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | update default weightscaptin4112022-10-262-9/+9
| * | | | | | | | | | | | | | | download better face detection module dynamicallycaptin4112022-10-253-2/+33
| * | | | | | | | | | | | | | | Focal crop UI elementscaptin4112022-10-252-15/+31
| * | | | | | | | | | | | | | | Merge branch 'master' into focal-point-croppingcaptin4112022-10-2558-1256/+4855
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / / / / / / | | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | | improve debug markers, fix algo weightingcaptin4112022-10-251-78/+129
| * | | | | | | | | | | | | | | auto cropping now works with non square cropscaptin4112022-10-231-240/+269
| * | | | | | | | | | | | | | | improve face detection a lotcaptin4112022-10-201-37/+62
| * | | | | | | | | | | | | | | face detection algo, configurability, reusabilitycaptin4112022-10-202-136/+230
| * | | | | | | | | | | | | | | fix entropy point calculationcaptin4112022-10-191-15/+19
| * | | | | | | | | | | | | | | UI changes for focal point image croppingcaptin4112022-10-191-1/+3
| * | | | | | | | | | | | | | | Add auto focal point cropping to Preprocess imagescaptin4112022-10-191-5/+146
* | | | | | | | | | | | | | | | remove duplicate keys and lowercaseAngelBottomless2022-10-261-1/+1
* | | | | | | | | | | | | | | | Weight initialization and More activation funcAngelBottomless2022-10-263-11/+44
| |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | |
| | | | | | | | | | * | | | | Back compatibilityguaneec2022-10-261-7/+10
| | | | | | | | | | * | | | | Fix off-by-oneguaneec2022-10-261-2/+2
| | | | | | | | | | * | | | | Remove activation from final layer of HNsguaneec2022-10-261-3/+3
| |_|_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | update callbacks code for #3549AUTOMATIC2022-10-251-6/+16
| |_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | |
* | | | | | | | | | | | | fix default filename patternw-e-w2022-10-251-1/+3
* | | | | | | | | | | | | MPS Upscalers Fixbrkirch2022-10-254-4/+7
* | | | | | | | | | | | | Remove BSRGAN from --use-cpu, add SwinIRbrkirch2022-10-253-10/+10
* | | | | | | | | | | | | Merge pull request #3549 from tsngo/on-image-saved-callbackAUTOMATIC11112022-10-252-3/+14
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into on-image-saved-callbackAUTOMATIC11112022-10-2520-841/+1360
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | do not stop execution when script's callback misbehaves and report which scri...AUTOMATIC2022-10-251-9/+36
* | | | | | | | | | | | | | fix #3145 #3093ritosonn2022-10-251-2/+2
* | | | | | | | | | | | | | Fixesinnovaciones2022-10-251-5/+5
* | | | | | | | | | | | | | Add Spanish localizationinnovaciones2022-10-251-0/+418
* | | | | | | | | | | | | | Remove rtl: false from localizationsxmodar2022-10-254-4/+4
* | | | | | | | | | | | | | Add RTL languages support and improved Arabic localizationxmodar2022-10-256-691/+551
| |_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | |
* | | | | | | | | | | | | add hints, [datetime<Format><Time Zone>]w-e-w2022-10-241-2/+2
* | | | | | | | | | | | | UnknownTimeZoneErrorw-e-w2022-10-241-1/+4
| |_|_|_|/ / / / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | added info about History/Image browser to readmeAUTOMATIC2022-10-241-1/+11
| |_|_|_|_|/ / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Add Arabic localizationblackneoo2022-10-241-0/+691
* | | | | | | | | | | rename api/processing to api/models for #3511AUTOMATIC2022-10-242-1/+1