aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/prompts_from_file.py
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #13733 from dben/patch-1AUTOMATIC11112023-11-031-2/+15
|\ | | | | Update prompts_from_file script to allow concatenating entries with the general prompt.
| * linting issueDavid Benson2023-10-231-1/+1
| |
| * Update prompts_from_file script to allow concatenating entries with the ↵David Benson2023-10-231-2/+15
| | | | | | | | general prompt.
* | Fix: --sd_model in "Promts from file or textbox" script is not workingZolxys2023-09-171-3/+12
|/ | | Fix for bug report #8079
* Simplify a bunch of `len(x) > 0`/`len(x) == 0` style expressionsAarni Koskela2023-06-021-2/+1
|
* rename print_error to report, use it with together with package nameAUTOMATIC2023-05-311-3/+2
|
* Add & use modules.errors.print_error where currently printing exception info ↵Aarni Koskela2023-05-291-4/+2
| | | | by hand
* fix broken prompts from fileAUTOMATIC2023-05-131-2/+0
|
* Autofix Ruff W (not W605) (mostly whitespace)Aarni Koskela2023-05-111-2/+2
|
* fix broken prompts from fileAUTOMATIC2023-05-111-4/+5
|
* fixes for B007AUTOMATIC2023-05-101-1/+1
|
* imports cleanup for ruffAUTOMATIC2023-05-101-4/+1
|
* add option to show/hide warningsAUTOMATIC2023-01-181-1/+1
| | | | | removed hiding warnings from LDSR fixed/reworked few places that produced warnings
* simplify expression in prompts from file scriptAUTOMATIC2023-01-141-5/+1
|
* fix progress bar behavior for "Prompts from file or textbox" scriptZaprudin Aleksey2023-01-131-1/+1
|
* rework #6329 to remove duplicate code and add prevent tab names for showing ↵AUTOMATIC2023-01-051-6/+0
| | | | in ids for scripts that only exist on one tab
* Refactor elem_prefix as function elem_idme2023-01-051-7/+11
|
* Adjusted prefix from i2i/t2i to txt2img and img2img and removed those ↵me2023-01-051-1/+1
| | | | prefixes from img exclusive scripts
* Add element ids for script components and a few more in ui.pyme2023-01-041-4/+6
|
* fix F541 f-string without any placeholdersYuval Aboulafia2022-12-241-1/+1
|
* add support for prompts, negative prompts, and sampler-by-name in text file ↵David Vorick2022-12-131-2/+18
| | | | script
* updating the displayed generation info when user clicks images in the ↵Liam2022-11-091-1/+5
| | | | gallery. feature request 4415
* do not mess with components' visibility for scripts; instead create group ↵AUTOMATIC2022-11-041-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 #4146AUTOMATIC2022-11-021-3/+3
|
* prompts_from_file: allow random seeds to be preserved for the list of promptsKeith Dreibelbis2022-11-021-3/+4
|
* Add Iterate Button and Improve PFF UITony Beeman2022-10-261-22/+32
|
* update for commandline args for btch prompts to parse string properlyAUTOMATIC2022-10-151-68/+104
|
* Merge branch 'master' into masterAUTOMATIC11112022-10-151-1/+3
|\
| * Pull Request Code Review FixesTony Beeman2022-10-091-2/+0
| |
| * Fix for Prompts_from_file showing extra textbox.Tony Beeman2022-10-091-0/+4
| |
* | Removed unnecessary library call and added some commentsshirase-02022-10-011-1/+2
| |
* | Added tag parsing for prompts from fileshirase-02022-10-011-1/+57
|/
* * Fix process_images where the number of images is not a multiple of ↵Tony Beeman2022-09-171-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 batchesRickey Bowers Jr2022-09-151-1/+1
|
* Prompts from file not working #379AUTOMATIC2022-09-131-4/+3
|
* Prompts from file. How to? #248AUTOMATIC2022-09-121-0/+42