Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | | Merge branch 'deepdanbooru_pre_process' into master | JC-Array | 2022-10-10 | 1 | -0/+5 | |
| | |\ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | removed change in last commit, simplified to adding the visible argument to ↵ | JC_Array | 2022-10-10 | 1 | -12/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | process_caption_deepbooru and it set to False if deepdanbooru argument is not set | |||||
| | | * | | | | | | | | removed duplicate run_preprocess.click by creating run_preprocess_inputs ↵ | JC_Array | 2022-10-10 | 1 | -32/+17 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | list and appending deepbooru variable to input list if in scope | |||||
| | | * | | | | | | | | refactored the deepbooru module to improve speed on running multiple ↵ | JC_Array | 2022-10-10 | 1 | -15/+37 | |
| | | | |_|/ / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | interogations in a row. Added the option to generate deepbooru tags for textual inversion preproccessing. | |||||
| * | | | | | | | | | Truncate error text to fix service lockup / stall | Greg Fuller | 2022-10-12 | 1 | -1/+8 | |
| | |_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | What: * Update wrap_gradio_call to add a limit to the maximum amount of text output Why: * wrap_gradio_call currently prints out a list of the arguments provided to the failing function. * if that function is save_image, this causes the entire image to be printed to stderr * If the image is large, this can cause the service to lock up while attempting to print all the text * It is easy to generate large images using the x/y plot script * it is easy to encounter image save exceptions, including if the output directory does not exist / cannot be written to, or if the file is too big * The huge amount of log spam is confusing and not particularly helpful | |||||
| * | | | | | | | | 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 | |||||
* | | | | Simplify crop logic | Justin Maier | 2022-10-10 | 1 | -2/+2 | |
| | | | | ||||||
* | | | | Add "Scale to" option to Extras | Justin Maier | 2022-10-10 | 1 | -13/+25 | |
|/ / / | ||||||
* | | | 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 | |
| |