Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into test_resolve_conflicts | MalumaDev | 2022-10-18 | 1 | -10/+24 |
|\ | |||||
| * | Fix typo "celem_id" to "elem_id" | Mykeehu | 2022-10-18 | 1 | -1/+1 |
| | | |||||
| * | Fix typo in 'choices' when loading upscaler 2 config | Jordan Hall | 2022-10-17 | 1 | -1/+1 |
| | | |||||
| * | localization support | AUTOMATIC | 2022-10-17 | 1 | -10/+23 |
| | | |||||
| * | make modelmerger work with ui-config.json | AUTOMATIC | 2022-10-17 | 1 | -0/+1 |
| | | |||||
* | | Merge branch 'master' into test_resolve_conflicts | MalumaDev | 2022-10-16 | 1 | -1/+8 |
|\| | |||||
| * | The hide_ui_dir_config flag also restrict write attempt to path settings | SGKoishi | 2022-10-16 | 1 | -1/+7 |
| | | |||||
* | | Merge branch 'master' into test_resolve_conflicts | MalumaDev | 2022-10-16 | 1 | -22/+53 |
|\| | |||||
| * | Better readablity of logs | CookieHCl | 2022-10-16 | 1 | -1/+1 |
| | | |||||
| * | Only make output dir when creating output | CookieHCl | 2022-10-16 | 1 | -1/+4 |
| | | |||||
| * | Added Refresh Button to embedding and hypernetwork names in Train Tab | Junpeng Qiu | 2022-10-16 | 1 | -19/+26 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem everytime I modified pt files in embedding_dir or hypernetwork_dir, I need to restart webui to have the new files shown in the dropdown of Train Tab Solution refactored create_refresh_button out of create_setting_component so we can use this method to create button next to gr.Dropdowns of embedding name and hypernetworks Extra Modification hypernetwork pt are now sorted in alphabetic order | ||||
| * | Warn when user uses bad ui setting | CookieHCl | 2022-10-16 | 1 | -1/+3 |
| | | |||||
| * | Use default value when dropdown ui setting is bad | CookieHCl | 2022-10-16 | 1 | -1/+1 |
| | | | | | | | | | | Default value is the first value of selectables. Particually, None in styles. | ||||
| * | Make style configurable in ui-config.json | CookieHCl | 2022-10-16 | 1 | -0/+7 |
| | | |||||
| * | Allow specifying the region of ngrok. | ddPn08 | 2022-10-16 | 1 | -1/+1 |
| | | |||||
| * | added extras batch work from directory | winterspringsummer | 2022-10-16 | 1 | -0/+12 |
| | | |||||
* | | ui fix, re organization of the code | MalumaDev | 2022-10-16 | 1 | -19/+33 |
| | | |||||
* | | ui fix | MalumaDev | 2022-10-16 | 1 | -10/+14 |
| | | |||||
* | | Merge branch 'master' into test_resolve_conflicts | MalumaDev | 2022-10-15 | 1 | -6/+3 |
|\| | |||||
| * | fix saving images compatibility with gradio update | AUTOMATIC | 2022-10-15 | 1 | -4/+1 |
| | | |||||
| * | fix download section layout | ruocaled | 2022-10-15 | 1 | -2/+2 |
| | | |||||
* | | 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/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 | 1 | -76/+203 |
|\| | |||||
| * | fix gadio issue with sending files between tabs | AUTOMATIC | 2022-10-15 | 1 | -0/+8 |
| | | |||||
| * | change styling for top right corner UI | AUTOMATIC | 2022-10-15 | 1 | -29/+28 |
| | | | | | | | | made save style button not die when you cancel | ||||
| * | fix new gradio failing to preserve image params | AUTOMATIC | 2022-10-15 | 1 | -0/+18 |
| | | |||||
| * | re-apply height hacks to work with new gradio | AUTOMATIC | 2022-10-15 | 1 | -2/+2 |
| | | |||||
| * | Add hint for `ctrl/alt enter` | aoirusann | 2022-10-15 | 1 | -2/+8 |
| | | | | | | | | And duplicate implementations are removed | ||||
| * | add option to use batch size for training | AUTOMATIC | 2022-10-15 | 1 | -0/+3 |
| | | |||||
| * | bring history tab back, make it behave; it's still slow but won't fuck ↵ | AUTOMATIC | 2022-10-14 | 1 | -2/+2 |
| | | | | | | | | anything up until you use it | ||||
| * | rename firstpass w/h to discard old user settings | AUTOMATIC | 2022-10-14 | 1 | -2/+2 |
| | | |||||
| * | set firstpass w/h to 0 by default and rever to old behavior when any are 0 | AUTOMATIC | 2022-10-14 | 1 | -2/+2 |
| | | |||||
| * | disabling history - i knew it was slow as fuck but i didn't realize it would ↵ | AUTOMATIC | 2022-10-14 | 1 | -2/+3 |
| | | | | | | | | also show galleries on launch | ||||
| * | remove duplicate code for log loss, add step, make it read from options ↵ | AUTOMATIC | 2022-10-14 | 1 | -3/+0 |
| | | | | | | | | rather than gradio input | ||||
| * | Merge remote-tracking branch 'Melanpan/master' | AUTOMATIC | 2022-10-14 | 1 | -0/+3 |
| |\ | |||||
| | * | Save a csv containing the loss while training | Melan | 2022-10-12 | 1 | -0/+3 |
| | | | |||||
| * | | change checkpoint merger to work in a more obvious way | AUTOMATIC | 2022-10-14 | 1 | -2/+2 |
| | | | | | | | | | | | | remove sigmoid and inverse sigmoid because they just did the same thing as weighed sum only with changed multiplier | ||||
| * | | add option to read generation params for learning previews from txt2img | AUTOMATIC | 2022-10-14 | 1 | -3/+17 |
| | | | |||||
| * | | Merge pull request #2396 from yfszzx/master | AUTOMATIC1111 | 2022-10-14 | 1 | -0/+10 |
| |\ \ | | | | | | | | | Add a "History" tab | ||||
| | * \ | Merge branch 'AUTOMATIC1111:master' into master | 不会画画的中医不是好程序员 | 2022-10-14 | 1 | -4/+7 |
| | |\ \ | |||||
| | * \ \ | Merge branch 'AUTOMATIC1111:master' into master | 不会画画的中医不是好程序员 | 2022-10-13 | 1 | -12/+42 |
| | |\ \ \ | |||||
| | * \ \ \ | Merge branch 'AUTOMATIC1111:master' into master | 不会画画的中医不是好程序员 | 2022-10-13 | 1 | -7/+2 |
| | |\ \ \ \ | | | | |_|/ | | | |/| | | |||||
| | * | | | | Merge branch 'AUTOMATIC1111:master' into master | 不会画画的中医不是好程序员 | 2022-10-12 | 1 | -0/+2 |
| | |\ \ \ \ | |||||
| | * | | | | | images history improvement | yfszzx | 2022-10-12 | 1 | -21/+19 |
| | | | | | | | |||||
| | * | | | | | test | yfszzx | 2022-10-12 | 1 | -37/+62 |
| | |\ \ \ \ \ | |||||
| | * \ \ \ \ \ | Merge branch 'master' into master | 不会画画的中医不是好程序员 | 2022-10-11 | 1 | -13/+19 |
| | |\ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ | images history improvement | yfszzx | 2022-10-11 | 1 | -14/+69 |
| | |\ \ \ \ \ \ \ |