Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2022-10-08 | chore: Fix typos | Aidan Holland | -2/+2 | |
2022-10-08 | Update ui.py | DepFA | -1/+1 | |
2022-10-08 | TI preprocess wording | DepFA | -3/+3 | |
I had to check the code to work out what splitting was 🤷🏿 | ||||
2022-10-08 | made deepdanbooru optional, added to readme, automatic download of deepbooru ↵ | Greendayle | -7/+12 | |
model | ||||
2022-10-08 | fix conflicts | Greendayle | -1/+9 | |
2022-10-08 | Fixed typo | Milly | -1/+1 | |
2022-10-08 | Add button to skip the current iteration | Trung Ngo | -0/+8 | |
2022-10-07 | hypernetwork training mk1 | AUTOMATIC | -7/+51 | |
2022-10-07 | Merge branch 'master' into dev/deepdanbooru | Greendayle | -40/+22 | |
2022-10-06 | Removed duplicate image saving codes | Milly | -36/+10 | |
Use `modules.images.save_image()` instead. | ||||
2022-10-05 | added support for AND from ↵ | AUTOMATIC | -2/+4 | |
https://energy-based-model.github.io/Compositional-Visual-Generation-with-Composable-Diffusion-Models/ | ||||
2022-10-05 | deepdanbooru interrogator | Greendayle | -5/+19 | |
2022-10-05 | shared.state.interrupt when restart is requested | DepFA | -0/+1 | |
2022-10-04 | Display time taken in mins, secs when relevant | xpscyho | -1/+6 | |
Fixes #1656 | ||||
2022-10-04 | add editor to img2img | AUTOMATIC | -1/+1 | |
2022-10-04 | ignore errors in parse for purposes of token counting for #1564 | AUTOMATIC | -2/+10 | |
2022-10-03 | batch processing for img2img with an empty output directory, by request | AUTOMATIC | -1/+1 | |
2022-10-03 | Convert folder icon surrogate pair to valid utf8 | Hanusz Leszek | -1/+1 | |
2022-10-02 | keep textual inversion dataset latents in CPU memory to save a bit of VRAM | AUTOMATIC | -2/+2 | |
2022-10-02 | preprocessing for textual inversion added | AUTOMATIC | -0/+36 | |
2022-10-02 | make save to dirs optional for imgs saved from ui | Lopyter | -1/+1 | |
2022-10-02 | Merge branch 'master' into 1404-script-reload-without-restart | AUTOMATIC1111 | -32/+176 | |
2022-10-02 | correct indent | DepFA | -13/+12 | |
2022-10-02 | Merge pull request #1324 from liamkerr/token_updates | AUTOMATIC1111 | -8/+18 | |
Fixing Bugs with Token Counter | ||||
2022-10-02 | fix for incorrect embedding token length calculation (will break seeds that ↵ | AUTOMATIC | -0/+2 | |
use embeddings, you're welcome!) add option to input initialization text for embeddings | ||||
2022-10-02 | Merge branch 'master' into token_updates | liamkerr | -7/+34 | |
2022-10-02 | Merge branch 'master' into saving | AUTOMATIC1111 | -24/+140 | |
2022-10-02 | Merge branch 'master' into token_updates | liamkerr | -17/+122 | |
2022-10-02 | initial support for training textual inversion | AUTOMATIC | -17/+122 | |
2022-10-02 | Put reload buttons in row and add secondary style | DepFA | -10/+13 | |
2022-10-02 | add custom script body only refresh option | DepFA | -0/+11 | |
2022-10-02 | remove styling from python side | DepFA | -1/+1 | |
2022-10-01 | update reloading message style | DepFA | -1/+1 | |
2022-10-01 | Add scope warning to refresh button | DepFA | -1/+1 | |
2022-10-01 | add redefinition guard to gradio_routes_templates_response | DepFA | -7/+8 | |
2022-10-01 | add restart button | DepFA | -1/+14 | |
2022-09-30 | consolidated token counter functions | Liam | -3/+3 | |
2022-09-30 | fixed token counter for prompt editing | Liam | -7/+13 | |
2022-09-30 | token counters now update when roll artist and style buttons are pressed ↵ | Liam | -1/+5 | |
https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/1194#issuecomment-1261203893 | ||||
2022-09-30 | ALT + return will submit prompt when it's in focus | Trung Ngo | -1/+1 | |
2022-09-30 | change default inpaint mode to original | AUTOMATIC | -1/+1 | |
2022-09-29 | Save parameters as comments when saving as jpg | Justin Maier | -5/+14 | |
2022-09-29 | Save should use desired sample format fixes #1028 | Justin Maier | -1/+1 | |
2022-09-29 | Merge branch 'master' into saving | WDevelopsWebApps | -29/+99 | |
2022-09-29 | Add custom name and try-except | safentisAuth | -1/+13 | |
2022-09-29 | Add output folder icons | Michoko | -3/+3 | |
Changed the hidden element class name to a more generic one, so people can reuse it if they want to hide further elements in the future | ||||
2022-09-29 | Add output folder icons | Michoko | -4/+16 | |
Handling of the --hide-ui-dir-config flag and added multi-platform code for opening a folder | ||||
2022-09-29 | Add output folder icons | Michoko | -1/+25 | |
Adds icons on the first 3 tabs to directly open the corresponding images output directory | ||||
2022-09-29 | Respect --ckpt-dir command-line argument when merging models (#1261) | William Moorehouse | -1/+1 | |
* Update .gitignore to ignore *all* checkpoint files in /models * Fixed typo in UI | ||||
2022-09-29 | update lists of models after merging them in checkpoints tab | AUTOMATIC | -18/+24 | |
support saving as half |