aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | | | Issue #2921-Give PNG info to Hypernet previews.timntorres2022-10-211-2/+7
| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Allow datasets with only 1 image in TIguaneec2022-10-211-2/+2
| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | interrogate: Fix CLIP-interrogation on CPUPatryk Wychowaniec2022-10-211-3/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently, trying to perform CLIP interrogation on a CPU fails, saying: ``` RuntimeError: "slow_conv2d_cpu" not implemented for 'Half' ``` This merge request fixes this issue by detecting whether the target device is CPU and, if so, force-enabling `--no-half` and passing `device="cpu"` to `clip.load()` (which then does some extra tricks to ensure it works correctly on CPU).
| * | | | | | | | | | | | | | | | | | | | [Bugfix][API] - Fix API arg in launch scriptStephen2022-10-211-2/+3
| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Merge pull request #3263 from mezotaken/masterAUTOMATIC11112022-10-211-0/+4
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix skip and interrupt buttons for Highres. fix option enabled
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into masterAUTOMATIC11112022-10-2110-36/+495
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | a more strict check for activation type and a more reasonable check for type ↵AUTOMATIC2022-10-211-3/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | of layer in hypernets
| * | | | | | | | | | | | | | | | | | | | | Merge pull request #3199 from discus0434/masterAUTOMATIC11112022-10-213-11/+23
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / | | |/| | | | | | | | | | | | | | | | | | | Add features to insert activation functions to hypernetworks
| | * | | | | | | | | | | | | | | | | | | | add linear as a act func (option for doin nothing)discus04342022-10-201-1/+1
| | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | Merge branch 'AUTOMATIC1111:master' into masterdiscus04342022-10-201-1/+1
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|_|_|/ / / / / / / / | | | |/| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | align ui.py imports with upstreamdiscus04342022-10-201-19/+18
| | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | updatediscus04342022-10-2010-63/+143
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'AUTOMATIC1111:master' into masterdiscus04342022-10-2010-64/+144
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | | | | |/| | | | | | | | | | | | | | | | | |
| | * | / | | | | | | | | | | | | | | | | | | updatediscus04342022-10-203-31/+44
| | |/ / / / / / / / / / / / / / / / / / / /
| | * | | | | | | | | | | | | | | | | | | | Merge branch 'AUTOMATIC1111:master' into masterdiscus04342022-10-190-0/+0
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | fix for #3086 failing to load any previous hypernetdiscus04342022-10-191-32/+28
| | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | Merge remote-tracking branch 'origin/master'AUTOMATIC2022-10-210-0/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | sort file list in alphabetical ordering in extraswinterspringsummer2022-10-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | Fixed path issue while extras batch processingwinterspringsummer2022-10-211-3/+3
| | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | Added try except to extras batch from directorywinterspringsummer2022-10-211-4/+7
| | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | Fixed path issue while extras batch processingwinterspringsummer2022-10-211-4/+8
| | | |_|_|/ / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | sort file list in alphabetical ordering in extraswinterspringsummer2022-10-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | Fixed path issue while extras batch processingwinterspringsummer2022-10-211-3/+3
| | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | Added try except to extras batch from directorywinterspringsummer2022-10-211-4/+7
| | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | Fixed path issue while extras batch processingwinterspringsummer2022-10-211-4/+8
| | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | allow float sizes for hypernet's layer_structureAUTOMATIC2022-10-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | updated readme and some small stylistic changes to codeAUTOMATIC2022-10-213-8/+10
| | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | XY grid correctly re-assignes model when config changesrandom_thoughtss2022-10-202-3/+4
| | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | 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
| | | | | | | | | | | | | | | | | | | | |