aboutsummaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Collapse)AuthorAgeFilesLines
...
| | | * | | | | | | | | | | | | | | | | | XY grid correctly re-assignes model when config changesrandom_thoughtss2022-10-201-3/+3
| | | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | Added PLMS hijack and made sure to always replace methodsrandom_thoughtss2022-10-202-9/+157
| | | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | Made dummy latents smaller. Minor code cleanupsrandom_thoughtss2022-10-202-5/+8
| | | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | Fixed non-square highres fix generationrandom_thoughtss2022-10-201-3/+6
| | | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | Don't compute latent mask if were not using it. Also added support for fixed ↵random_thoughtss2022-10-192-27/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | highres_fix generation.
| | | * | | | | | | | | | | | | | | | | | added support for ddim img2imgrandom_thoughtss2022-10-191-0/+6
| | | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | Fixed copying mistakerandom_thoughtss2022-10-191-54/+25
| | | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | Added support for RunwayML inpainting modelrandom_thoughtss2022-10-194-15/+293
| | | | |/ / / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | Different approach to skip/interrupt with highres fixVladimir Repin2022-10-202-1/+7
| | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | fix skip and interrupt for highres. fix optionVladimir Repin2022-10-201-3/+1
| | | |_|/ / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | do caption copy for both flipsDepFA2022-10-201-1/+1
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | default to ignore existing captionsDepFA2022-10-191-1/+1
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | pass preprocess_txt_action paramDepFA2022-10-191-3/+3
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | link existing txt optionDepFA2022-10-191-0/+2
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | add existing caption file handlingDepFA2022-10-191-8/+24
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | reorder create_hypernetwork paramsDepFA2022-10-191-1/+1
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | pass overwrite old flagDepFA2022-10-191-2/+2
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | split learn ratesDepFA2022-10-191-2/+2
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | allow overwrite old embeddingDepFA2022-10-191-2/+3
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | allow overwrite old hnDepFA2022-10-191-2/+3
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | change html outputDepFA2022-10-191-1/+1
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | update ui with extra training optionsDepFA2022-10-191-2/+9
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | update training header textDepFA2022-10-191-1/+1
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Update ui.pyDepFA2022-10-191-1/+1
| | |_|/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | train: ui: added `Split image threshold` and `Split image overlap ratio` to ↵Milly2022-10-202-7/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | preprocess
* | | | | | | | | | | | | | | | | | train: fixed preprocess image ratioMilly2022-10-201-19/+35
| |/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge remote-tracking branch 'origin/master'AUTOMATIC2022-10-202-6/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | generation_parameters_copypaste.py: fix indentMackerel2022-10-191-2/+2
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Send empty prompts as valid generation parameterVladimir Repin2022-10-191-3/+0
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Infotext saves more specific hypernet name.timntorres2022-10-191-1/+1
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | allow float sizes for hypernet's layer_structureAUTOMATIC2022-10-201-1/+1
|/ / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | Added a bit of padding to the leftAlexandre Simard2022-10-191-1/+1
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Update ui.pyAlexandre Simard2022-10-191-4/+9
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | fix for #3086 failing to load any previous hypernetAUTOMATIC2022-10-191-32/+28
|/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Merge branch 'AUTOMATIC1111:master' into masterdiscus04342022-10-194-18/+45
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #3086 from discus0434/masterAUTOMATIC11112022-10-194-21/+77
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | Add settings for multi-layer structure hypernetworks
| * | | | | | | | | | | | | | | fix for broken checkpoint mergerAUTOMATIC2022-10-191-1/+4
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Fix typo in prompt_parser.pyIkko Ashimine2022-10-191-1/+1
| | |_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | assoicated -> associated
| * | | | | | | | | | | | | | Merge branch 'master' into hot-reload-javascriptAUTOMATIC11112022-10-1918-151/+529
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | Predictable long operation check for time estimationAnastasius2022-10-191-1/+1
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | Estimated time displayed if jobs take more 60 secAnastasius2022-10-191-5/+12
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | Added time left estimationAnastasius2022-10-191-1/+13
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | Remove wrong self reference in CUDA support for invokeaiCheka2022-10-191-1/+1
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | reload javascript files when custom script bodieszhengxiaoyao07162022-10-151-12/+16
| | |_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | enable to write layer structure of hn himselfdiscus04342022-10-192-1/+5
| |_|/ / / / / / / / / / / / |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | layer options moves into create hnet uidiscus04342022-10-194-38/+45
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'master' into masterdiscus04342022-10-192-3/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | Use training width/height when training hypernetworks.Silent2022-10-192-2/+4
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'master' into masterdiscus04342022-10-195-11/+210
|\| | | | | | | | | | | | |
| * | | | | | | | | | | | | Merge remote-tracking branch 'origin/api'AUTOMATIC2022-10-194-8/+185
| |\ \ \ \ \ \ \ \ \ \ \ \ \