aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/prompts_from_file.py
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #13733 from dben/patch-1AUTOMATIC11112023-11-031-2/+15
|\
| * linting issueDavid Benson2023-10-231-1/+1
| * Update prompts_from_file script to allow concatenating entries with the gener...David Benson2023-10-231-2/+15
* | Fix: --sd_model in "Promts from file or textbox" script is not workingZolxys2023-09-171-3/+12
|/
* 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
* 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
* 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 i...AUTOMATIC2023-01-051-6/+0
* Refactor elem_prefix as function elem_idme2023-01-051-7/+11
* Adjusted prefix from i2i/t2i to txt2img and img2img and removed those prefixe...me2023-01-051-1/+1
* 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 s...David Vorick2022-12-131-2/+18
* updating the displayed generation info when user clicks images in the gallery...Liam2022-11-091-1/+5
* do not mess with components' visibility for scripts; instead create group com...AUTOMATIC2022-11-041-5/+5
* 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 (batch_s...Tony Beeman2022-09-171-11/+25
* 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