Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | 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 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | multiple trivial changes for "extras" models | |||||
| | * | | | | | add resrgan 8x, allow use 1x and up to 8x extra models, move BSRGAN model, ↵ | victorca25 | 2022-10-30 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | add nearest | |||||
| * | | | | | | 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 | |
| |/ / / / | | | | | | | | | | | | | | | | fix broken Restart Gradio button | |||||
* | | | | | Change default clip grad value to 0.1 | Muhammad Rizqi Nur | 2022-10-31 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It still defaults to disabled. Ref for value: https://github.com/danielalcalde/stable-diffusion-webui/commit/732b15820a9bde9f47e075a6209c3d47d47acb08 | |||||
* | | | | | 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 ↵ | AUTOMATIC | 2022-10-29 | 1 | -28/+15 | |
| | | | | | | | | | | | | | | | | | | | | for #3768 | |||||
| * | | | | 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 Tab - Option to upscale before face fix, caching improvements | |||||
| | | * | | | | | | extras: Make image cache LRU | Chris OBryan | 2022-10-28 | 1 | -0/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This changes the extras image cache into a Least-Recently-Used cache. This allows more experimentation with different upscalers without missing the cache. Max cache size is increased to 5 and is cleared on source image update. | |||||
| | | * | | | | | | extras: Add option to run upscaling before face fixing | Chris OBryan | 2022-10-28 | 1 | -0/+4 | |
| | | | |_|/ / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Face restoration can look much better if ran after upscaling, as it allows the restoration to fix upscaling artifacts. This patch adds an option to choose which order to run upscaling/face fixing in. | |||||
| | * / | | | | | 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 | |
|\ \ \ \ \ | | | | | | | | | | | | | [Preprocess image] New option to auto crop based on complexity, edges, faces | |||||
| * | | | | | 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 | |
| |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add weight init add weight init option in create_hypernetwork fstringify hypernet info save weight initialization info for further debugging fill bias with zero for He/Xavier initialize LayerNorm with Normal fix loading weight_init | |||||
* | | | | | remove erroneous dir in the extension directory | AUTOMATIC | 2022-10-24 | 1 | -1/+1 | |
| |/ / / |/| | | | | | | | | | | | | | | | remove loading .js files from scripts dir (they go into javascript) load scripts after models, for scripts that depend on loaded models | |||||
* | | | | 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 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | added an option to always only show one image in previews removed duplicate code | |||||
| * | | | | 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 | |
| |\ \ \ \ | | | | | | | | | | | | | [Hypernetworks] Add a feature to use dropout / more activation functions | |||||
| | * \ \ \ | Merge branch 'AUTOMATIC1111:master' into master | discus0434 | 2022-10-22 | 1 | -0/+3 | |
| | |\ \ \ \ | ||||||
| | * | | | | | small fix | discus0434 | 2022-10-22 | 1 | -1/+0 | |
| | | | | | | | ||||||
| | * | | | | | Merge branch 'master' of upstream | discus0434 | 2022-10-22 | 1 | -43/+84 | |
| | |\ \ \ \ \ | ||||||
| | * | | | | | | add dropout | discus0434 | 2022-10-22 | 1 | -20/+23 | |
| | | | | | | | | ||||||
| * | | | | | | | added callback for creating new settings in extensions | AUTOMATIC | 2022-10-22 | 1 | -1/+5 | |
| | |_|/ / / / | |/| | | | | |