Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update image_embedding.py | DepFA | 2022-10-21 | 1 | -2/+2 |
| | |||||
* | Use opts in textual_inversion image_embedding.py for dynamic fonts | DepFA | 2022-10-21 | 1 | -0/+1 |
| | |||||
* | make aestetic embedding ciompatible with prompts longer than 75 tokens | AUTOMATIC | 2022-10-21 | 1 | -1/+1 |
| | |||||
* | Merge remote-tracking branch 'origin/master' | AUTOMATIC | 2022-10-21 | 1 | -0/+5 |
|\ | |||||
| * | wtf is happening | Leo Mozoloa | 2022-10-21 | 1 | -0/+5 |
| | | |||||
* | | do not load aesthetic clip model until it's needed | AUTOMATIC | 2022-10-21 | 8 | -39/+89 |
| | | | | | | | | | | add refresh button for aesthetic embeddings add aesthetic params to images' infotext | ||||
* | | Merge branch 'ae' | AUTOMATIC | 2022-10-21 | 9 | -21/+326 |
|\ \ | |/ |/| | |||||
| * | Merge branch 'master' into test_resolve_conflicts | MalumaDev | 2022-10-19 | 11 | -45/+296 |
| |\ | |||||
| * \ | Merge branch 'master' into test_resolve_conflicts | MalumaDev | 2022-10-18 | 15 | -92/+174 |
| |\ \ | |||||
| * \ \ | Merge branch 'master' into test_resolve_conflicts | MalumaDev | 2022-10-18 | 16 | -60/+287 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'master' into test_resolve_conflicts | MalumaDev | 2022-10-16 | 3 | -2/+19 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'master' into test_resolve_conflicts | MalumaDev | 2022-10-16 | 10 | -60/+114 |
| |\ \ \ \ \ | |||||
| * | | | | | | ui fix, re organization of the code | MalumaDev | 2022-10-16 | 9 | -157/+233 |
| | | | | | | | |||||
| * | | | | | | ui fix | MalumaDev | 2022-10-16 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | ui fix | MalumaDev | 2022-10-16 | 4 | -14/+18 |
| | | | | | | | |||||
| * | | | | | | Merge remote-tracking branch 'origin/test_resolve_conflicts' into ↵ | MalumaDev | 2022-10-15 | 6 | -26/+30 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | test_resolve_conflicts | ||||
| | * \ \ \ \ \ | Merge branch 'master' into test_resolve_conflicts | MalumaDev | 2022-10-15 | 6 | -26/+30 |
| | |\ \ \ \ \ \ | |||||
| * | | | | | | | | fixed dropbox update | MalumaDev | 2022-10-15 | 1 | -2/+2 |
| |/ / / / / / / | |||||
| * | | | | | | | Add support to other img format, fixed dropbox update | MalumaDev | 2022-10-15 | 1 | -5/+5 |
| | | | | | | | | |||||
| * | | | | | | | Update modules/ui.py | MalumaDev | 2022-10-15 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Víctor Gallego <vicgalle@ucm.es> | ||||
| * | | | | | | | Update modules/ui.py | MalumaDev | 2022-10-15 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Víctor Gallego <vicgalle@ucm.es> | ||||
| * | | | | | | | Update modules/ui.py | MalumaDev | 2022-10-15 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Víctor Gallego <vicgalle@ucm.es> | ||||
| * | | | | | | | Update modules/aesthetic_clip.py | MalumaDev | 2022-10-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Víctor Gallego <vicgalle@ucm.es> | ||||
| * | | | | | | | Update README.md | MalumaDev | 2022-10-15 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Víctor Gallego <vicgalle@ucm.es> | ||||
| * | | | | | | | Update modules/ui.py | MalumaDev | 2022-10-15 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Víctor Gallego <vicgalle@ucm.es> | ||||
| * | | | | | | | Merge branch 'master' into test_resolve_conflicts | MalumaDev | 2022-10-15 | 32 | -293/+1095 |
| |\ \ \ \ \ \ \ | |||||
| * | | | | | | | | fix to tokens lenght, addend embs generator, add new features to edit the ↵ | MalumaDev | 2022-10-15 | 6 | -96/+302 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | embedding before the generation using text | ||||
| * | | | | | | | | init | MalumaDev | 2022-10-14 | 9 | -38/+172 |
| | | | | | | | | | |||||
* | | | | | | | | | Fix Hypernet infotext string split bug for PR #3283 | AUTOMATIC | 2022-10-21 | 1 | -1/+1 |
| | | | | | | | | | |||||
* | | | | | | | | | turns out LayerNorm also has weight and bias and needs to be pre-multiplied ↵ | AUTOMATIC | 2022-10-21 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and trained for hypernets | ||||
* | | | | | | | | | Merge pull request #3197 from AUTOMATIC1111/training-help-text | AUTOMATIC1111 | 2022-10-21 | 6 | -23/+50 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Training UI Changes | ||||
| * \ \ \ \ \ \ \ \ | Merge branch 'master' into training-help-text | AUTOMATIC1111 | 2022-10-21 | 21 | -138/+689 |
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | |||||
* | | | | | | | | | | Remove redundant try/except. | timntorres | 2022-10-21 | 1 | -5/+1 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Revise comments. | timntorres | 2022-10-21 | 2 | -2/+2 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Do nothing if image file already exists. | timntorres | 2022-10-21 | 1 | -1/+5 |
| | | | | | | | | | | |||||
* | | | | | | | | | | 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 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ |