Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Merge pull request #7093 from Shondoit/fix-dark-mode | AUTOMATIC1111 | 2023-01-23 | 1 | -2/+2 | |
|\ \ \ \ | | | | | | | | | | | Fix dark mode | |||||
| * | | | | Fix dark mode | Shondoit | 2023-01-23 | 1 | -2/+2 | |
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | Fixes #7048 Co-Authored-By: J.J. Tolton <jjtolton@gmail.com> | |||||
* | | | | third time's the charm | AUTOMATIC | 2023-01-23 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | add missing import to previous commit | AUTOMATIC | 2023-01-23 | 1 | -0/+1 | |
| | | | | ||||||
* | | | | rework extras tab to use script system | AUTOMATIC | 2023-01-23 | 9 | -459/+500 | |
| | | | | ||||||
* | | | | split oversize extras.py to postprocessing.py | AUTOMATIC | 2023-01-22 | 4 | -473/+18 | |
| | | | | ||||||
* | | | | Split history extras.py to postprocessing.py | Andrey | 2023-01-22 | 1 | -0/+0 | |
| | | | | ||||||
* | | | | Split history extras.py to postprocessing.py | Andrey | 2023-01-22 | 1 | -0/+466 | |
|\ \ \ \ | ||||||
| * | | | | Split history extras.py to postprocessing.py | Andrey | 2023-01-22 | 1 | -0/+0 | |
| |/ / / | ||||||
* / / / | Split history extras.py to postprocessing.py | Andrey | 2023-01-22 | 1 | -0/+0 | |
|/ / / | ||||||
* | | | amend previous commit to work in a proper fashion when saving previews | AUTOMATIC | 2023-01-22 | 1 | -2/+2 | |
| | | | ||||||
* | | | add an option to reorder tabs for extra networks | AUTOMATIC | 2023-01-22 | 2 | -1/+18 | |
| | | | ||||||
* | | | add option to discard weights in checkpoint merger UI | AUTOMATIC | 2023-01-22 | 2 | -1/+12 | |
| | | | ||||||
* | | | fix missing field for aesthetic embedding extension | AUTOMATIC | 2023-01-22 | 1 | -1/+3 | |
| | | | ||||||
* | | | attention ctrl+up/down enhancements | AUTOMATIC | 2023-01-22 | 1 | -3/+5 | |
|/ / | ||||||
* | | fix broken textual inversion extras tab | AUTOMATIC | 2023-01-21 | 1 | -1/+2 | |
| | | ||||||
* | | add a slider for default value of added extra networks | AUTOMATIC | 2023-01-21 | 3 | -4/+6 | |
| | | ||||||
* | | enable compact view for train tab | AUTOMATIC | 2023-01-21 | 3 | -3/+9 | |
| | | | | | | | | prevent previews from ruining hypernetwork training | |||||
* | | Merge pull request #6955 from EllangoK/master | AUTOMATIC1111 | 2023-01-21 | 1 | -1/+14 | |
|\ \ | | | | | | | Adds descriptions for merging methods in UI | |||||
| * | | adds descriptions for merging methods in ui | EllangoK | 2023-01-20 | 1 | -1/+14 | |
| | | | ||||||
* | | | remove the double loading text | AUTOMATIC | 2023-01-21 | 1 | -0/+1 | |
| | | | ||||||
* | | | remove timestamp for js files, reformat code | AUTOMATIC | 2023-01-21 | 1 | -26/+8 | |
| | | | ||||||
* | | | Merge pull request #7015 from jjtolton/serve-static-js | AUTOMATIC1111 | 2023-01-21 | 1 | -9/+23 | |
|\ \ \ | | | | | | | | | Compile and serve js files via `src` instead of embedded inline scripts | |||||
| * | | | remove dead import | James Tolton | 2023-01-21 | 1 | -1/+0 | |
| | | | | ||||||
| * | | | server individually listed javascript files vs single compiled file | James Tolton | 2023-01-21 | 1 | -29/+23 | |
| | | | | ||||||
| * | | | remove commented out lines | James Tolton | 2023-01-21 | 1 | -4/+0 | |
| | | | | ||||||
| * | | | Compile and serve js from /statica instead of inline in html | James Tolton | 2023-01-21 | 1 | -5/+30 | |
| | | | | ||||||
* | | | | make it run on gradio < 3.16.2 | AUTOMATIC | 2023-01-21 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | extract extra network data from prompt earlier | AUTOMATIC | 2023-01-21 | 1 | -2/+2 | |
|/ / / | ||||||
* | | | add --gradio-queue option to enable gradio queue | AUTOMATIC | 2023-01-21 | 1 | -0/+2 | |
| | | | ||||||
* | | | add search box to extra networks | AUTOMATIC | 2023-01-21 | 1 | -4/+10 | |
| | | | ||||||
* | | | make it so that extra networks are not removed from infotext | AUTOMATIC | 2023-01-21 | 1 | -1/+3 | |
| | | | ||||||
* | | | Lora support! | AUTOMATIC | 2023-01-21 | 3 | -2/+17 | |
| |/ |/| | | | | | update readme to reflect some recent changes | |||||
* | | relocate tool buttons next to generate button | AUTOMATIC | 2023-01-21 | 1 | -22/+21 | |
| | | | | | | | | | | prevent extra network tabs from putting images into wrong prompts prevent settings leaking into prompt | |||||
* | | make CLIP interrogator download original text files if the directory does ↵ | AUTOMATIC | 2023-01-21 | 5 | -58/+46 | |
| | | | | | | | | | | | | | | | | not exist remove random artist built-in extension (to re-added as a normal extension on demand) remove artists.csv (but what does it mean????????????????????) make interrogate buttons show Loading... when you click them | |||||
* | | extra networks UI | AUTOMATIC | 2023-01-21 | 15 | -87/+544 | |
| | | | | | | | | rework of hypernets: rather than via settings, hypernets are added directly to prompt as <hypernet:name:weight> | |||||
* | | move token counter to the location of the prompt, add token counting for the ↵ | AUTOMATIC | 2023-01-20 | 1 | -13/+12 | |
|/ | | | | negative prompt | |||||
* | remove some unnecessary logging to javascript console | AUTOMATIC | 2023-01-20 | 1 | -1/+1 | |
| | ||||||
* | write a comment for fix_checkpoint function | AUTOMATIC | 2023-01-19 | 1 | -0/+7 | |
| | ||||||
* | Merge pull request #6936 from EllangoK/master | AUTOMATIC1111 | 2023-01-19 | 1 | -7/+7 | |
|\ | | | | | Fixes minor typos around run_modelmerger | |||||
| * | fixes minor typos around run_modelmerger | EllangoK | 2023-01-19 | 1 | -7/+7 | |
| | | ||||||
* | | bring back short hashes to sd checkpoint selection | AUTOMATIC | 2023-01-19 | 2 | -15/+23 | |
|/ | ||||||
* | remember the list of checkpoints after you press refresh button and reload ↵ | AUTOMATIC | 2023-01-19 | 1 | -1/+10 | |
| | | | | the page | |||||
* | Update shared.py | vt-idiot | 2023-01-19 | 1 | -1/+1 | |
| | | | `Witdth/Height` was driving me insane. -> `Width/Height` | |||||
* | Merge pull request #6922 from brkirch/cumsum-fix | AUTOMATIC1111 | 2023-01-19 | 1 | -4/+7 | |
|\ | | | | | Improve cumsum fix for MPS | |||||
| * | Fix cumsum for MPS in newer torch | brkirch | 2023-01-18 | 1 | -4/+7 | |
| | | | | | | | | The prior fix assumed that testing int16 was enough to determine if a fix is needed, but a recent fix for cumsum has int16 working but not bool. | |||||
* | | Merge pull request #6844 from guaneec/crop-ui | AUTOMATIC1111 | 2023-01-19 | 2 | -5/+61 | |
|\ \ | | | | | | | Add auto-sized cropping UI | |||||
| * | | Fix of fix | dan | 2023-01-19 | 1 | -2/+2 | |
| | | | ||||||
| * | | Simplification and bugfix | dan | 2023-01-19 | 1 | -7/+5 | |
| | | | ||||||
| * | | Add auto-sized cropping UI | dan | 2023-01-17 | 2 | -4/+62 | |
| | | |