Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | Merge branch 'master' into hn-activation | AUTOMATIC1111 | 2022-11-04 | 1 | -284/+132 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Lift extras generate button a la #4246. | timntorres | 2022-11-04 | 1 | -2/+2 | |
| | |/ / / / | ||||||
| * | | | | | Squashed commit of fixing dropout silently | AngelBottomless | 2022-10-27 | 1 | -2/+2 | |
* | | | | | | Merge branch 'master' into gradient-clipping | Muhammad Rizqi Nur | 2022-11-02 | 1 | -19/+17 | |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | ||||||
| * | | | | | Merge pull request #3976 from victorca25/esrgan_fea | AUTOMATIC1111 | 2022-11-02 | 1 | -1/+1 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | add resrgan 8x, allow use 1x and up to 8x extra models, move BSRGAN model, ad... | victorca25 | 2022-10-30 | 1 | -1/+1 | |
| * | | | | | | remove duplicate code from #3970 | AUTOMATIC | 2022-11-02 | 1 | -9/+1 | |
| * | | | | | | switch to gradio 3.8 | AUTOMATIC | 2022-11-02 | 1 | -3/+2 | |
| * | | | | | | fix for extensions' javascript not loading | AUTOMATIC | 2022-11-02 | 1 | -1/+2 | |
| | |_|_|_|/ | |/| | | | | ||||||
| * | | | | | add initial version of the extensions tab | AUTOMATIC | 2022-10-31 | 1 | -5/+11 | |
| |/ / / / | ||||||
* | | | | | Change default clip grad value to 0.1 | Muhammad Rizqi Nur | 2022-10-31 | 1 | -1/+1 | |
* | | | | | Merge branch 'master' into gradient-clipping | Muhammad Rizqi Nur | 2022-10-29 | 1 | -264/+114 | |
|\| | | | | ||||||
| * | | | | fix broken ↙ button, fix field paste ignoring most of useful fields for for... | AUTOMATIC | 2022-10-29 | 1 | -28/+15 | |
| * | | | | add element ids for save buttons for #3798 | AUTOMATIC | 2022-10-29 | 1 | -1/+1 | |
| * | | | | Merge branch 'master' into modal-save-button-and-shortcut | AUTOMATIC1111 | 2022-10-29 | 1 | -247/+108 | |
| |\ \ \ \ | ||||||
| | * \ \ \ | Merge branch 'Inspiron' | AUTOMATIC | 2022-10-29 | 1 | -244/+100 | |
| | |\ \ \ \ | ||||||
| | | * | | | | add needed imports fr new code in copypaste.py | AUTOMATIC | 2022-10-29 | 1 | -7/+0 | |
| | | * | | | | remove weird spaces added to ui.py over time | AUTOMATIC | 2022-10-29 | 1 | -26/+25 | |
| | | * | | | | fix open folder button not working | AUTOMATIC | 2022-10-29 | 1 | -2/+2 | |
| | | * | | | | create send to buttons by extensions | yfszzx | 2022-10-27 | 1 | -3/+5 | |
| | | * | | | | create send to buttons in one module | yfszzx | 2022-10-27 | 1 | -243/+101 | |
| | | * | | | | move to img component to public | yfszzx | 2022-10-24 | 1 | -1/+1 | |
| | | |\ \ \ \ | ||||||
| | | * | | | | | a strange bug | yfszzx | 2022-10-24 | 1 | -0/+4 | |
| | * | | | | | | Merge pull request #3874 from cobryan05/extra_tweak | AUTOMATIC1111 | 2022-10-29 | 1 | -0/+9 | |
| | |\ \ \ \ \ \ | ||||||
| | | * | | | | | | extras: Make image cache LRU | Chris OBryan | 2022-10-28 | 1 | -0/+5 | |
| | | * | | | | | | extras: Add option to run upscaling before face fixing | Chris OBryan | 2022-10-28 | 1 | -0/+4 | |
| | | | |_|/ / / | | | |/| | | | | ||||||
| | * / | | | | | change default hypernet activation function to linear | AUTOMATIC | 2022-10-29 | 1 | -1/+1 | |
| | |/ / / / / | ||||||
| * | | | | | | fixed indentation | Florian Horn | 2022-10-27 | 1 | -1/+1 | |
| * | | | | | | added save button and shortcut (s) to Modal View | Florian Horn | 2022-10-27 | 1 | -3/+5 | |
| |/ / / / / | ||||||
* | | | | | | Learning rate sched syntax support for grad clipping | Muhammad Rizqi Nur | 2022-10-28 | 1 | -4/+3 | |
* | | | | | | Gradient clipping for textual embedding | Muhammad Rizqi Nur | 2022-10-28 | 1 | -0/+2 | |
* | | | | | | Forgot to remove this from train_embedding | Muhammad Rizqi Nur | 2022-10-28 | 1 | -2/+0 | |
* | | | | | | Gradient clipping in train tab | Muhammad Rizqi Nur | 2022-10-28 | 1 | -0/+7 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #3139 from captin411/focal-point-cropping | AUTOMATIC1111 | 2022-10-26 | 1 | -0/+18 | |
|\ \ \ \ \ | ||||||
| * | | | | | update default weights | captin411 | 2022-10-26 | 1 | -1/+1 | |
| * | | | | | Focal crop UI elements | captin411 | 2022-10-25 | 1 | -2/+18 | |
| * | | | | | Merge branch 'master' into focal-point-cropping | captin411 | 2022-10-25 | 1 | -69/+132 | |
| |\ \ \ \ \ | | | |/ / / | | |/| | | | ||||||
| * | | | | | UI changes for focal point image cropping | captin411 | 2022-10-19 | 1 | -1/+3 | |
* | | | | | | Weight initialization and More activation func | AngelBottomless | 2022-10-26 | 1 | -1/+3 | |
| |/ / / / |/| | | | | ||||||
* | | | | | remove erroneous dir in the extension directory | AUTOMATIC | 2022-10-24 | 1 | -1/+1 | |
| |/ / / |/| | | | ||||||
* | | | | paste_fields add to public | yfszzx | 2022-10-24 | 1 | -0/+2 | |
* | | | | remove browser to extension | yfszzx | 2022-10-24 | 1 | -1/+1 | |
* | | | | remove browser to extension | yfszzx | 2022-10-24 | 1 | -16/+4 | |
* | | | | Move browser and Inspiration into extension | yfszzx | 2022-10-23 | 1 | -55/+116 | |
|\ \ \ \ | ||||||
| * | | | | add --freeze-settings commandline argument to disable changing settings | AUTOMATIC | 2022-10-22 | 1 | -2/+9 | |
| * | | | | removed the option to use 2x more memory when generating previews | AUTOMATIC | 2022-10-22 | 1 | -3/+3 | |
| * | | | | Generate grid preview for progress image | Unnoen | 2022-10-22 | 1 | -1/+4 | |
| * | | | | Merge pull request #3414 from discus0434/master | AUTOMATIC1111 | 2022-10-22 | 1 | -12/+21 | |
| |\ \ \ \ | ||||||
| | * \ \ \ | Merge branch 'AUTOMATIC1111:master' into master | discus0434 | 2022-10-22 | 1 | -0/+3 | |
| | |\ \ \ \ | ||||||
| | * | | | | | small fix | discus0434 | 2022-10-22 | 1 | -1/+0 |