aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/prompts_from_file.py
AgeCommit message (Expand)AuthorLines
2023-11-03Merge pull request #13733 from dben/patch-1AUTOMATIC1111-2/+15
2023-10-23linting issueDavid Benson-1/+1
2023-10-23Update prompts_from_file script to allow concatenating entries with the gener...David Benson-2/+15
2023-09-17Fix: --sd_model in "Promts from file or textbox" script is not workingZolxys-3/+12
2023-06-02Simplify a bunch of `len(x) > 0`/`len(x) == 0` style expressionsAarni Koskela-2/+1
2023-05-31rename print_error to report, use it with together with package nameAUTOMATIC-3/+2
2023-05-29Add & use modules.errors.print_error where currently printing exception info ...Aarni Koskela-4/+2
2023-05-13fix broken prompts from fileAUTOMATIC-2/+0
2023-05-11Autofix Ruff W (not W605) (mostly whitespace)Aarni Koskela-2/+2
2023-05-11fix broken prompts from fileAUTOMATIC-4/+5
2023-05-10fixes for B007AUTOMATIC-1/+1
2023-05-10imports cleanup for ruffAUTOMATIC-4/+1
2023-01-18add option to show/hide warningsAUTOMATIC-1/+1
2023-01-14simplify expression in prompts from file scriptAUTOMATIC-5/+1
2023-01-13fix progress bar behavior for "Prompts from file or textbox" scriptZaprudin Aleksey-1/+1
2023-01-05rework #6329 to remove duplicate code and add prevent tab names for showing i...AUTOMATIC-6/+0
2023-01-05Refactor elem_prefix as function elem_idme-7/+11
2023-01-05Adjusted prefix from i2i/t2i to txt2img and img2img and removed those prefixe...me-1/+1
2023-01-04Add element ids for script components and a few more in ui.pyme-4/+6
2022-12-24fix F541 f-string without any placeholdersYuval Aboulafia-1/+1
2022-12-13add support for prompts, negative prompts, and sampler-by-name in text file s...David Vorick-2/+18
2022-11-09updating the displayed generation info when user clicks images in the gallery...Liam-1/+5
2022-11-04do not mess with components' visibility for scripts; instead create group com...AUTOMATIC-5/+5
2022-11-02rename the seed option from #4146AUTOMATIC-3/+3
2022-11-01prompts_from_file: allow random seeds to be preserved for the list of promptsKeith Dreibelbis-3/+4
2022-10-26Add Iterate Button and Improve PFF UITony Beeman-22/+32
2022-10-15update for commandline args for btch prompts to parse string properlyAUTOMATIC-68/+104
2022-10-15Merge branch 'master' into masterAUTOMATIC1111-1/+3
2022-10-09Pull Request Code Review FixesTony Beeman-2/+0
2022-10-09Fix for Prompts_from_file showing extra textbox.Tony Beeman-0/+4
2022-10-02Removed unnecessary library call and added some commentsshirase-0-1/+2
2022-10-02Added tag parsing for prompts from fileshirase-0-1/+57
2022-09-17* Fix process_images where the number of images is not a multiple of (batch_s...Tony Beeman-11/+25
2022-09-15match one based numbering or other batchesRickey Bowers Jr-1/+1
2022-09-13 Prompts from file not working #379AUTOMATIC-4/+3
2022-09-12Prompts from file. How to? #248AUTOMATIC-0/+42