Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | | | | | | | | | Issue #2921-Give PNG info to Hypernet previews. | timntorres | 2022-10-21 | 1 | -2/+7 | |
| | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | Allow datasets with only 1 image in TI | guaneec | 2022-10-21 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | interrogate: Fix CLIP-interrogation on CPU | Patryk Wychowaniec | 2022-10-21 | 1 | -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 script | Stephen | 2022-10-21 | 1 | -2/+3 | |
| | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | Merge pull request #3263 from mezotaken/master | AUTOMATIC1111 | 2022-10-21 | 1 | -0/+4 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix skip and interrupt buttons for Highres. fix option enabled | |||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into master | AUTOMATIC1111 | 2022-10-21 | 10 | -36/+495 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | a more strict check for activation type and a more reasonable check for type ↵ | AUTOMATIC | 2022-10-21 | 1 | -3/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | of layer in hypernets | |||||
| * | | | | | | | | | | | | | | | | | | | | | Merge pull request #3199 from discus0434/master | AUTOMATIC1111 | 2022-10-21 | 3 | -11/+23 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / | | |/| | | | | | | | | | | | | | | | | | | | Add features to insert activation functions to hypernetworks | |||||
| | * | | | | | | | | | | | | | | | | | | | | add linear as a act func (option for doin nothing) | discus0434 | 2022-10-20 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | Merge branch 'AUTOMATIC1111:master' into master | discus0434 | 2022-10-20 | 1 | -1/+1 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|_|_|/ / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | align ui.py imports with upstream | discus0434 | 2022-10-20 | 1 | -19/+18 | |
| | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | update | discus0434 | 2022-10-20 | 10 | -63/+143 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'AUTOMATIC1111:master' into master | discus0434 | 2022-10-20 | 10 | -64/+144 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | | | | |/| | | | | | | | | | | | | | | | | | | ||||||
| | * | / | | | | | | | | | | | | | | | | | | | update | discus0434 | 2022-10-20 | 3 | -31/+44 | |
| | |/ / / / / / / / / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | | | | | | | | Merge branch 'AUTOMATIC1111:master' into master | discus0434 | 2022-10-19 | 0 | -0/+0 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | fix for #3086 failing to load any previous hypernet | discus0434 | 2022-10-19 | 1 | -32/+28 | |
| | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | Merge remote-tracking branch 'origin/master' | AUTOMATIC | 2022-10-21 | 0 | -0/+0 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | sort file list in alphabetical ordering in extras | winterspringsummer | 2022-10-21 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | Fixed path issue while extras batch processing | winterspringsummer | 2022-10-21 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | Added try except to extras batch from directory | winterspringsummer | 2022-10-21 | 1 | -4/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | Fixed path issue while extras batch processing | winterspringsummer | 2022-10-21 | 1 | -4/+8 | |
| | | |_|_|/ / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | sort file list in alphabetical ordering in extras | winterspringsummer | 2022-10-21 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | Fixed path issue while extras batch processing | winterspringsummer | 2022-10-21 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | Added try except to extras batch from directory | winterspringsummer | 2022-10-21 | 1 | -4/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | Fixed path issue while extras batch processing | winterspringsummer | 2022-10-21 | 1 | -4/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | allow float sizes for hypernet's layer_structure | AUTOMATIC | 2022-10-21 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | updated readme and some small stylistic changes to code | AUTOMATIC | 2022-10-21 | 3 | -8/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | XY grid correctly re-assignes model when config changes | random_thoughtss | 2022-10-20 | 2 | -3/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | Added PLMS hijack and made sure to always replace methods | random_thoughtss | 2022-10-20 | 2 | -9/+157 | |
| | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | Made dummy latents smaller. Minor code cleanups | random_thoughtss | 2022-10-20 | 2 | -5/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | Fixed non-square highres fix generation | random_thoughtss | 2022-10-20 | 1 | -3/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | Don't compute latent mask if were not using it. Also added support for fixed ↵ | random_thoughtss | 2022-10-19 | 2 | -27/+49 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | highres_fix generation. | |||||
| * | | | | | | | | | | | | | | | | | | | | | | added support for ddim img2img | random_thoughtss | 2022-10-19 | 1 | -0/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | Fixed copying mistake | random_thoughtss | 2022-10-19 | 1 | -54/+25 | |
| | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | Added support for RunwayML inpainting model | random_thoughtss | 2022-10-19 | 4 | -15/+293 | |
| | |_|_|/ / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | ||||||
| | | | | * | | | | | | | | | | | | | | | | | Different approach to skip/interrupt with highres fix | Vladimir Repin | 2022-10-20 | 2 | -1/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | ||||||
| | | | | * | | | | | | | | | | | | | | | | | fix skip and interrupt for highres. fix option | Vladimir Repin | 2022-10-20 | 1 | -3/+1 | |
| | | |_|/ / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | ||||||
| | | | | * | | | | | | | | | | | | | | | | do caption copy for both flips | DepFA | 2022-10-20 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | ||||||
| | | | | * | | | | | | | | | | | | | | | | default to ignore existing captions | DepFA | 2022-10-19 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | ||||||
| | | | | * | | | | | | | | | | | | | | | | pass preprocess_txt_action param | DepFA | 2022-10-19 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | | ||||||
| | | | | * | | | | | | | | | | | | | | | | link existing txt option | DepFA | 2022-10-19 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | | | | ||||||
| | | | | * | | | | | | | | | | | | | | | | add existing caption file handling | DepFA | 2022-10-19 | 1 | -8/+24 | |
| | | | | | | | | | | | | | | | | | | | | | ||||||
| | | | | * | | | | | | | | | | | | | | | | reorder create_hypernetwork params | DepFA | 2022-10-19 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | ||||||
| | | | | * | | | | | | | | | | | | | | | | pass overwrite old flag | DepFA | 2022-10-19 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | ||||||
| | | | | * | | | | | | | | | | | | | | | | split learn rates | DepFA | 2022-10-19 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | ||||||
| | | | | * | | | | | | | | | | | | | | | | allow overwrite old embedding | DepFA | 2022-10-19 | 1 | -2/+3 | |
| | | | | | | | | | | | | | | | | | | | | | ||||||
| | | | | * | | | | | | | | | | | | | | | | allow overwrite old hn | DepFA | 2022-10-19 | 1 | -2/+3 | |
| | | | | | | | | | | | | | | | | | | | | | ||||||
| | | | | * | | | | | | | | | | | | | | | | change html output | DepFA | 2022-10-19 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | ||||||
| | | | | * | | | | | | | | | | | | | | | | update ui with extra training options | DepFA | 2022-10-19 | 1 | -2/+9 | |
| | | | | | | | | | | | | | | | | | | | | | ||||||
| | | | | * | | | | | | | | | | | | | | | | update training header text | DepFA | 2022-10-19 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | |