Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #13733 from dben/patch-1 | AUTOMATIC1111 | 2023-11-03 | 1 | -2/+15 |
|\ | | | | | Update prompts_from_file script to allow concatenating entries with the general prompt. | ||||
| * | linting issue | David Benson | 2023-10-23 | 1 | -1/+1 |
| | | |||||
| * | Update prompts_from_file script to allow concatenating entries with the ↵ | David Benson | 2023-10-23 | 1 | -2/+15 |
| | | | | | | | | general prompt. | ||||
* | | Fix: --sd_model in "Promts from file or textbox" script is not working | Zolxys | 2023-09-17 | 1 | -3/+12 |
|/ | | | Fix for bug report #8079 | ||||
* | Simplify a bunch of `len(x) > 0`/`len(x) == 0` style expressions | Aarni Koskela | 2023-06-02 | 1 | -2/+1 |
| | |||||
* | rename print_error to report, use it with together with package name | AUTOMATIC | 2023-05-31 | 1 | -3/+2 |
| | |||||
* | Add & use modules.errors.print_error where currently printing exception info ↵ | Aarni Koskela | 2023-05-29 | 1 | -4/+2 |
| | | | | by hand | ||||
* | fix broken prompts from file | AUTOMATIC | 2023-05-13 | 1 | -2/+0 |
| | |||||
* | Autofix Ruff W (not W605) (mostly whitespace) | Aarni Koskela | 2023-05-11 | 1 | -2/+2 |
| | |||||
* | fix broken prompts from file | AUTOMATIC | 2023-05-11 | 1 | -4/+5 |
| | |||||
* | fixes for B007 | AUTOMATIC | 2023-05-10 | 1 | -1/+1 |
| | |||||
* | imports cleanup for ruff | AUTOMATIC | 2023-05-10 | 1 | -4/+1 |
| | |||||
* | add option to show/hide warnings | AUTOMATIC | 2023-01-18 | 1 | -1/+1 |
| | | | | | removed hiding warnings from LDSR fixed/reworked few places that produced warnings | ||||
* | simplify expression in prompts from file script | AUTOMATIC | 2023-01-14 | 1 | -5/+1 |
| | |||||
* | fix progress bar behavior for "Prompts from file or textbox" script | Zaprudin Aleksey | 2023-01-13 | 1 | -1/+1 |
| | |||||
* | rework #6329 to remove duplicate code and add prevent tab names for showing ↵ | AUTOMATIC | 2023-01-05 | 1 | -6/+0 |
| | | | | in ids for scripts that only exist on one tab | ||||
* | Refactor elem_prefix as function elem_id | me | 2023-01-05 | 1 | -7/+11 |
| | |||||
* | Adjusted prefix from i2i/t2i to txt2img and img2img and removed those ↵ | me | 2023-01-05 | 1 | -1/+1 |
| | | | | prefixes from img exclusive scripts | ||||
* | Add element ids for script components and a few more in ui.py | me | 2023-01-04 | 1 | -4/+6 |
| | |||||
* | fix F541 f-string without any placeholders | Yuval Aboulafia | 2022-12-24 | 1 | -1/+1 |
| | |||||
* | add support for prompts, negative prompts, and sampler-by-name in text file ↵ | David Vorick | 2022-12-13 | 1 | -2/+18 |
| | | | | script | ||||
* | updating the displayed generation info when user clicks images in the ↵ | Liam | 2022-11-09 | 1 | -1/+5 |
| | | | | gallery. feature request 4415 | ||||
* | do not mess with components' visibility for scripts; instead create group ↵ | AUTOMATIC | 2022-11-04 | 1 | -5/+5 |
| | | | | components and show/hide those; this will break scripts that create invisible components and rely on UI but the earlier i make this change the better | ||||
* | rename the seed option from #4146 | AUTOMATIC | 2022-11-02 | 1 | -3/+3 |
| | |||||
* | prompts_from_file: allow random seeds to be preserved for the list of prompts | Keith Dreibelbis | 2022-11-02 | 1 | -3/+4 |
| | |||||
* | Add Iterate Button and Improve PFF UI | Tony Beeman | 2022-10-26 | 1 | -22/+32 |
| | |||||
* | update for commandline args for btch prompts to parse string properly | AUTOMATIC | 2022-10-15 | 1 | -68/+104 |
| | |||||
* | Merge branch 'master' into master | AUTOMATIC1111 | 2022-10-15 | 1 | -1/+3 |
|\ | |||||
| * | Pull Request Code Review Fixes | Tony Beeman | 2022-10-09 | 1 | -2/+0 |
| | | |||||
| * | Fix for Prompts_from_file showing extra textbox. | Tony Beeman | 2022-10-09 | 1 | -0/+4 |
| | | |||||
* | | Removed unnecessary library call and added some comments | shirase-0 | 2022-10-01 | 1 | -1/+2 |
| | | |||||
* | | Added tag parsing for prompts from file | shirase-0 | 2022-10-01 | 1 | -1/+57 |
|/ | |||||
* | * Fix process_images where the number of images is not a multiple of ↵ | Tony Beeman | 2022-09-17 | 1 | -11/+25 |
| | | | | | | | (batch_size * n_iter), which would cause us to throw an exception. * Add a textbox option to Prompts from file (ease of use and it makes it much easier to use on a mobile device) * Fix the fact that Prompts from file was sometimes passing an empty batch. | ||||
* | match one based numbering or other batches | Rickey Bowers Jr | 2022-09-15 | 1 | -1/+1 |
| | |||||
* | Prompts from file not working #379 | AUTOMATIC | 2022-09-13 | 1 | -4/+3 |
| | |||||
* | Prompts from file. How to? #248 | AUTOMATIC | 2022-09-12 | 1 | -0/+42 |