Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2022-10-20 | default to ignore existing captions | DepFA | -1/+1 | |
2022-10-20 | pass preprocess_txt_action param | DepFA | -3/+3 | |
2022-10-20 | link existing txt option | DepFA | -0/+2 | |
2022-10-20 | add existing caption file handling | DepFA | -8/+24 | |
2022-10-20 | reorder create_hypernetwork params | DepFA | -1/+1 | |
2022-10-20 | pass overwrite old flag | DepFA | -2/+2 | |
2022-10-20 | split learn rates | DepFA | -2/+2 | |
2022-10-20 | allow overwrite old embedding | DepFA | -2/+3 | |
2022-10-20 | allow overwrite old hn | DepFA | -2/+3 | |
2022-10-20 | change html output | DepFA | -1/+1 | |
2022-10-19 | Don't compute latent mask if were not using it. Also added support for fixed ↵ | random_thoughtss | -27/+49 | |
highres_fix generation. | ||||
2022-10-19 | added support for ddim img2img | random_thoughtss | -0/+6 | |
2022-10-19 | Fixed copying mistake | random_thoughtss | -54/+25 | |
2022-10-19 | Added support for RunwayML inpainting model | random_thoughtss | -15/+293 | |
2022-10-19 | fix entropy point calculation | captin411 | -15/+19 | |
2022-10-19 | update ui with extra training options | DepFA | -2/+9 | |
2022-10-19 | update training header text | DepFA | -1/+1 | |
2022-10-19 | Add xformers message. | ふぁ | -2/+8 | |
2022-10-19 | generation_parameters_copypaste.py: fix indent | Mackerel | -2/+2 | |
2022-10-19 | Fixed additionnnnal typo, sorry | Leo Mozoloa | -2/+2 | |
2022-10-19 | Improved the OS/Platforms field | Leo Mozoloa | -4/+6 | |
2022-10-19 | Removed obsolete legacy Hlky description | Leo Mozoloa | -1/+1 | |
2022-10-19 | Formatting the top description | Leo Mozoloa | -2/+2 | |
2022-10-19 | Fixed labels and created a brand new Feature Request yaml | Leo Mozoloa | -25/+45 | |
2022-10-19 | Adding a confirmation checkbox that the user has checked the issues & ↵ | Leo Mozoloa | -3/+10 | |
commits before Also small fixes | ||||
2022-10-19 | removing the required tag as it obviously doesn't work, adding a top description | Leo Mozoloa | -2/+4 | |
2022-10-19 | Fixes and trying to make dropdown required | Leo Mozoloa | -1/+3 | |
2022-10-19 | fixing linebreak issue | Leo Mozoloa | -1/+2 | |
2022-10-19 | Fixes and adding step by step | Leo Mozoloa | -3/+13 | |
2022-10-19 | Cleaning & improvements | Leo Mozoloa | -15/+12 | |
2022-10-19 | Delete .vscode directory | Leo Mozoloa | -5/+0 | |
2022-10-19 | Better Bug report form | Leo Mozoloa | -32/+66 | |
2022-10-19 | Update Learning Rate tooltip | Greg Fuller | -0/+2 | |
2022-10-19 | Send empty prompts as valid generation parameter | Vladimir Repin | -3/+0 | |
2022-10-19 | Infotext saves more specific hypernet name. | timntorres | -1/+1 | |
2022-10-19 | Added a bit of padding to the left | Alexandre Simard | -1/+1 | |
2022-10-19 | Update ui.py | Alexandre Simard | -4/+9 | |
2022-10-20 | Merge branch 'AUTOMATIC1111:master' into master | discus0434 | -0/+0 | |
2022-10-19 | fix for #3086 failing to load any previous hypernet | discus0434 | -32/+28 | |
2022-10-19 | fix for #3086 failing to load any previous hypernet | AUTOMATIC | -32/+28 | |
2022-10-19 | Update ui.py | DepFA | -1/+1 | |
2022-10-19 | Merge pull request #3162 from discus0434/master | AUTOMATIC1111 | -1/+5 | |
Added what I forgot to commit in already merged PR: #3086 | ||||
2022-10-20 | Merge branch 'AUTOMATIC1111:master' into master | discus0434 | -23/+49 | |
2022-10-19 | Merge pull request #3086 from discus0434/master | AUTOMATIC1111 | -23/+79 | |
Add settings for multi-layer structure hypernetworks | ||||
2022-10-19 | enable to write layer structure of hn himself | discus0434 | -1/+5 | |
2022-10-19 | layer options moves into create hnet ui | discus0434 | -43/+48 | |
2022-10-19 | UI changes for focal point image cropping | captin411 | -1/+3 | |
2022-10-19 | Add auto focal point cropping to Preprocess images | captin411 | -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. | ||||
2022-10-19 | fix for broken checkpoint merger | AUTOMATIC | -1/+4 | |
2022-10-19 | remove the unneeded line break introduced by #3092 | AUTOMATIC | -0/+4 | |