Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-11 | Interrogate: add option to include ranks in output | Greg Fuller | |
Since the UI also allows users to specify ranks, it can be useful to show people what ranks are being returned by interrogate This can also give much better results when feeding the interrogate results back into either img2img or txt2img, especially when trying to generate a specific character or scene for which you have a similar concept image Testing Steps: Launch Webui with command line arg: --deepdanbooru Navigate to img2img tab, use interrogate DeepBooru, verify tags appears as before. Use "Interrogate CLIP", verify prompt appears as before Navigate to Settings tab, enable new option, click "apply settings" Navigate to img2img, Interrogate DeepBooru again, verify that weights appear and are properly formatted. Note that "Interrogate CLIP" prompt is still unchanged In my testing, this change has no effect to "Interrogate CLIP", as it seems to generate a sentence-structured caption, and not a set of tags. (reproduce changes from https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/2149/commits/6ed4faac46c45ca7353f228aca9b436bbaba7bc7) | |||
2022-10-11 | apply lr schedule to hypernets | AUTOMATIC | |
2022-10-11 | Merge branch 'learning_rate-scheduling' into learnschedule | AUTOMATIC1111 | |
2022-10-11 | add option to select hypernetwork modules when creating | AUTOMATIC | |
2022-10-11 | Merge pull request #2227 from papuSpartan/master | AUTOMATIC1111 | |
Refresh list of models/ckpts upon hitting restart gradio in the setti… | |||
2022-10-11 | move list refresh to webui.py and add stdout indicating it's doing so | papuSpartan | |
2022-10-11 | more renames | AUTOMATIC | |
2022-10-11 | rename hypernetwork dir to hypernetworks to prevent clash with an old ↵ | AUTOMATIC | |
filename that people who use zip instead of git clone will have | |||
2022-10-11 | Cleaned ngrok integration | JamnedZ | |
2022-10-11 | add a space holder | Ben | |
2022-10-11 | Layout fix | Ben | |
2022-10-11 | fixes related to merge | AUTOMATIC | |
2022-10-11 | Merge branch 'master' into hypernetwork-training | AUTOMATIC | |
2022-10-11 | Added slider for deepbooru score threshold in settings | Kenneth | |
2022-10-11 | Make the ctrl+enter shortcut use the generate button on the current tab | Jairo Correa | |
2022-10-10 | Refresh list of models/ckpts upon hitting restart gradio in the settings pane | papuSpartan | |
2022-10-10 | Refactored learning rate code | Fampai | |
2022-10-10 | Always show previous mask and fix extras_send dest | Vladimir Repin | |
2022-10-10 | Remove max_batch_count from ui.py | RW21 | |
2022-10-10 | Custom Width and Height | alg-wiki | |
2022-10-10 | Textual Inversion: Added custom training image size and number of repeats ↵ | alg-wiki | |
per input image in a single epoch | |||
2022-10-09 | show model selection setting on top of page | AUTOMATIC | |
2022-10-09 | prevent a possible code execution error (thanks, RyotaK) | AUTOMATIC | |
2022-10-09 | hide filenames for save button by default | AUTOMATIC | |
2022-10-09 | Merge pull request #1752 from Greendayle/dev/deepdanbooru | AUTOMATIC1111 | |
Added DeepDanbooru interrogator | |||
2022-10-09 | Support `Download` for txt files. | aoirusann | |
2022-10-09 | Add `Download` & `Download as zip` | aoirusann | |
2022-10-08 | chore: Fix typos | Aidan Holland | |
2022-10-08 | Update ui.py | DepFA | |
2022-10-08 | TI preprocess wording | DepFA | |
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 | |
model | |||
2022-10-08 | fix conflicts | Greendayle | |
2022-10-08 | Fixed typo | Milly | |
2022-10-08 | Add button to skip the current iteration | Trung Ngo | |
2022-10-07 | hypernetwork training mk1 | AUTOMATIC | |
2022-10-07 | Merge branch 'master' into dev/deepdanbooru | Greendayle | |
2022-10-06 | Removed duplicate image saving codes | Milly | |
Use `modules.images.save_image()` instead. | |||
2022-10-05 | added support for AND from ↵ | AUTOMATIC | |
https://energy-based-model.github.io/Compositional-Visual-Generation-with-Composable-Diffusion-Models/ | |||
2022-10-05 | deepdanbooru interrogator | Greendayle | |
2022-10-05 | shared.state.interrupt when restart is requested | DepFA | |
2022-10-04 | Display time taken in mins, secs when relevant | xpscyho | |
Fixes #1656 | |||
2022-10-04 | add editor to img2img | AUTOMATIC | |
2022-10-04 | ignore errors in parse for purposes of token counting for #1564 | AUTOMATIC | |
2022-10-03 | batch processing for img2img with an empty output directory, by request | AUTOMATIC | |
2022-10-03 | Convert folder icon surrogate pair to valid utf8 | Hanusz Leszek | |
2022-10-02 | keep textual inversion dataset latents in CPU memory to save a bit of VRAM | AUTOMATIC | |
2022-10-02 | preprocessing for textual inversion added | AUTOMATIC | |
2022-10-02 | make save to dirs optional for imgs saved from ui | Lopyter | |
2022-10-02 | Merge branch 'master' into 1404-script-reload-without-restart | AUTOMATIC1111 | |
2022-10-02 | correct indent | DepFA | |