Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | apply lr schedule to hypernets | AUTOMATIC | 2022-10-11 | 1 | -1/+1 |
| | |||||
* | Merge branch 'learning_rate-scheduling' into learnschedule | AUTOMATIC1111 | 2022-10-11 | 1 | -28/+84 |
|\ | |||||
| * | add option to select hypernetwork modules when creating | AUTOMATIC | 2022-10-11 | 1 | -0/+2 |
| | | |||||
| * | Merge pull request #2227 from papuSpartan/master | AUTOMATIC1111 | 2022-10-11 | 1 | -0/+1 |
| |\ | | | | | | | Refresh list of models/ckpts upon hitting restart gradio in the setti… | ||||
| | * | move list refresh to webui.py and add stdout indicating it's doing so | papuSpartan | 2022-10-11 | 1 | -3/+0 |
| | | | |||||
| | * | Refresh list of models/ckpts upon hitting restart gradio in the settings pane | papuSpartan | 2022-10-11 | 1 | -0/+4 |
| | | | |||||
| * | | more renames | AUTOMATIC | 2022-10-11 | 1 | -2/+2 |
| | | | |||||
| * | | rename hypernetwork dir to hypernetworks to prevent clash with an old ↵ | AUTOMATIC | 2022-10-11 | 1 | -1/+1 |
| | | | | | | | | | | | | filename that people who use zip instead of git clone will have | ||||
| * | | Cleaned ngrok integration | JamnedZ | 2022-10-11 | 1 | -0/+5 |
| | | | |||||
| * | | add a space holder | Ben | 2022-10-11 | 1 | -1/+4 |
| | | | |||||
| * | | Layout fix | Ben | 2022-10-11 | 1 | -14/+14 |
| | | | |||||
| * | | fixes related to merge | AUTOMATIC | 2022-10-11 | 1 | -2/+3 |
| | | | |||||
| * | | Merge branch 'master' into hypernetwork-training | AUTOMATIC | 2022-10-11 | 1 | -31/+145 |
| |\ \ | |||||
| | * | | Added slider for deepbooru score threshold in settings | Kenneth | 2022-10-11 | 1 | -1/+1 |
| | | | | |||||
| | * | | Make the ctrl+enter shortcut use the generate button on the current tab | Jairo Correa | 2022-10-11 | 1 | -1/+1 |
| | |/ | |||||
| | * | Always show previous mask and fix extras_send dest | Vladimir Repin | 2022-10-10 | 1 | -1/+1 |
| | | | |||||
| | * | Remove max_batch_count from ui.py | RW21 | 2022-10-10 | 1 | -2/+2 |
| | | | |||||
| * | | hypernetwork training mk1 | AUTOMATIC | 2022-10-07 | 1 | -7/+51 |
| | | | |||||
* | | | Refactored learning rate code | Fampai | 2022-10-10 | 1 | -1/+1 |
| |/ |/| | |||||
* | | Custom Width and Height | alg-wiki | 2022-10-10 | 1 | -4/+8 |
| | | |||||
* | | Textual Inversion: Added custom training image size and number of repeats ↵ | alg-wiki | 2022-10-10 | 1 | -1/+7 |
| | | | | | | | | per input image in a single epoch | ||||
* | | show model selection setting on top of page | AUTOMATIC | 2022-10-09 | 1 | -9/+45 |
| | | |||||
* | | prevent a possible code execution error (thanks, RyotaK) | AUTOMATIC | 2022-10-09 | 1 | -0/+9 |
| | | |||||
* | | hide filenames for save button by default | AUTOMATIC | 2022-10-09 | 1 | -3/+3 |
| | | |||||
* | | Merge pull request #1752 from Greendayle/dev/deepdanbooru | AUTOMATIC1111 | 2022-10-09 | 1 | -5/+24 |
|\ \ | | | | | | | Added DeepDanbooru interrogator | ||||
| * | | made deepdanbooru optional, added to readme, automatic download of deepbooru ↵ | Greendayle | 2022-10-08 | 1 | -7/+12 |
| | | | | | | | | | | | | model | ||||
| * | | fix conflicts | Greendayle | 2022-10-08 | 1 | -1/+9 |
| |\ \ | |||||
| * \ \ | Merge branch 'master' into dev/deepdanbooru | Greendayle | 2022-10-07 | 1 | -40/+22 |
| |\ \ \ | | | |/ | | |/| | |||||
| * | | | deepdanbooru interrogator | Greendayle | 2022-10-05 | 1 | -5/+19 |
| | | | | |||||
* | | | | Support `Download` for txt files. | aoirusann | 2022-10-09 | 1 | -1/+4 |
| | | | | |||||
* | | | | Add `Download` & `Download as zip` | aoirusann | 2022-10-09 | 1 | -5/+34 |
| | | | | |||||
* | | | | chore: Fix typos | Aidan Holland | 2022-10-08 | 1 | -2/+2 |
| | | | | |||||
* | | | | Update ui.py | DepFA | 2022-10-08 | 1 | -1/+1 |
| | | | | |||||
* | | | | TI preprocess wording | DepFA | 2022-10-08 | 1 | -3/+3 |
| |_|/ |/| | | | | | I had to check the code to work out what splitting was 🤷🏿 | ||||
* | | | Fixed typo | Milly | 2022-10-08 | 1 | -1/+1 |
| | | | |||||
* | | | Add button to skip the current iteration | Trung Ngo | 2022-10-08 | 1 | -0/+8 |
| |/ |/| | |||||
* | | Removed duplicate image saving codes | Milly | 2022-10-06 | 1 | -36/+10 |
| | | | | | | | | Use `modules.images.save_image()` instead. | ||||
* | | added support for AND from ↵ | AUTOMATIC | 2022-10-05 | 1 | -2/+4 |
| | | | | | | | | https://energy-based-model.github.io/Compositional-Visual-Generation-with-Composable-Diffusion-Models/ | ||||
* | | shared.state.interrupt when restart is requested | DepFA | 2022-10-05 | 1 | -0/+1 |
| | | |||||
* | | Display time taken in mins, secs when relevant | xpscyho | 2022-10-04 | 1 | -1/+6 |
| | | | | | | | | Fixes #1656 | ||||
* | | add editor to img2img | AUTOMATIC | 2022-10-04 | 1 | -1/+1 |
|/ | |||||
* | ignore errors in parse for purposes of token counting for #1564 | AUTOMATIC | 2022-10-04 | 1 | -2/+10 |
| | |||||
* | batch processing for img2img with an empty output directory, by request | AUTOMATIC | 2022-10-03 | 1 | -1/+1 |
| | |||||
* | Convert folder icon surrogate pair to valid utf8 | Hanusz Leszek | 2022-10-03 | 1 | -1/+1 |
| | |||||
* | keep textual inversion dataset latents in CPU memory to save a bit of VRAM | AUTOMATIC | 2022-10-02 | 1 | -2/+2 |
| | |||||
* | preprocessing for textual inversion added | AUTOMATIC | 2022-10-02 | 1 | -0/+36 |
| | |||||
* | make save to dirs optional for imgs saved from ui | Lopyter | 2022-10-02 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into 1404-script-reload-without-restart | AUTOMATIC1111 | 2022-10-02 | 1 | -32/+176 |
|\ | |||||
| * | Merge pull request #1324 from liamkerr/token_updates | AUTOMATIC1111 | 2022-10-02 | 1 | -8/+18 |
| |\ | | | | | | | Fixing Bugs with Token Counter | ||||
| | * | Merge branch 'master' into token_updates | liamkerr | 2022-10-02 | 1 | -7/+34 |
| | |\ |