Adi Eyal
ed99c160e5
Update README.md
2023-01-07 23:05:34 +02:00
Adi Eyal
e9c4f5f61d
Update README.md
2023-01-07 23:03:31 +02:00
Adi Eyal
e75e1a5ade
moved docs into a separate folder
2023-01-01 21:54:01 +02:00
Adi Eyal
1b224c2fc0
Update README.md
2022-12-31 23:37:05 +02:00
Adi Eyal
64d9bdf423
Update README.md
...
Added links to changelog and syntax
2022-12-31 23:32:43 +02:00
Adi Eyal
c07d0f3c7d
Moved syntax documentation to a separate file
2022-12-31 17:41:40 +02:00
Adi Eyal
ae2a31e209
Updated README with info on whitespace
2022-12-31 17:34:29 +02:00
Adi Eyal
a122279157
Using pyparsing instead of regular expressions
...
Prompts are now more flexible allowing for arbitrary nesting of clauses,
c-style and python-style comments, and Auto1111's prompt editing. Ranges
are now also available in combinatorial mode.
2022-12-31 16:26:10 +02:00
Adi Eyal
adfbcc0944
Added images to README and bumped version
2022-12-22 04:36:36 +02:00
shoffing
96fa8fb049
add support for weighted variants
2022-12-21 16:54:46 -05:00
Adi Eyal
9b923a9d64
Added attention grabber
...
adds attention to random keyword in the prompt
2022-11-17 00:37:33 +02:00
Adi Eyal
d59ec98f60
Added link to the jinja2 website
2022-11-15 16:56:35 +02:00
Adi Eyal
d240d299cb
Moved jinja2 documentation into its own file
2022-11-15 16:54:39 +02:00
Adi Eyal
471b1f36e8
I'm feeling lucky now uses the prompt as a search string in the lexica.art API
2022-11-14 11:34:29 +02:00
Adi Eyal
c6cdaecf90
Added I'm feeling lucky option to generate random prompts
2022-11-14 10:48:14 +02:00
Adi Eyal
5dea3a53ad
Added a weighted choice function to jinja2 templates
2022-11-14 10:37:40 +02:00
Adi Eyal
28eeb841df
Added additional jinja2 extensions
2022-11-13 21:38:54 +02:00
Adi Eyal
07fe04e527
Updated README to include setting variables
2022-11-13 20:55:06 +02:00
Adi Eyal
357c74d9a3
Updated README
2022-11-13 18:10:33 +02:00
Adi Eyal
e828085fc2
Minor readme updates
2022-11-13 17:48:56 +02:00
Adi Eyal
b694b4b6b5
Added jinja2 templates - v0.18.0
2022-11-13 17:46:23 +02:00
Adi Eyal
798901e983
Minor fix to README
2022-11-12 17:25:01 +02:00
Adi Eyal
8bea579453
Updated README
...
Updated the Installation section and added a Compatible scripts section
2022-11-12 17:22:59 +02:00
Adi Eyal
01a8035cb9
0.17.0 - Extension is now an AlwaysVisible script
2022-11-12 16:35:16 +02:00
Adi Eyal
94ed34858b
Added instructions for increasing the batch count slider
2022-11-11 16:22:18 +02:00
Adi Eyal
56d744770a
Added screenshot for combinatorial generation
2022-11-11 16:15:31 +02:00
Adi Eyal
6ee381a5d8
0.16.0 - Added write prompts to file checkbox
2022-11-11 08:36:20 +02:00
Adi Eyal
83ef5a94ca
Minor formatting and README updates
2022-11-09 23:27:39 +02:00
Adi Eyal
35290fe024
Minor documentation fix
2022-11-08 09:39:28 +02:00
Adi Eyal
1dc8a9a4b1
Minor documentation fix
2022-11-08 09:37:51 +02:00
Adi Eyal
ae9402f7eb
Merge branch 'custom_joiner' of https://github.com/cobryan05/sd-dynamic-prompts into cobryan05-custom_joiner
2022-11-08 08:40:44 +02:00
Adi Eyal
3fe8769e92
Merged conflicts
2022-11-07 19:45:56 +02:00
Adi Eyal
c87daca670
0.13.8 - Combinations now sample with replacement
2022-11-07 19:38:14 +02:00
Chris OBryan
2a1d8915f1
Support custom 'joiner' instead of comma
...
This commit adds support for a custom 'joiner' instead of a comma.
For example,
{2$$and$$opt1|opt2|opt3}
will join together 2 selections from opt1,opt2,opt3 with the word
'and' instead of a comma, eg
opt3 and opt1
Omitting the second $$ falls back to the default ','
Additionally, if a larger quantity is selected than number of
options provided then options will be selected with replacement.
This allows you to pull multiple samples from a wildcard file, eg
{3$$featuring$$__artist__}
will take 3 random entries from artist.txt and join them with 'featuring'
2022-11-06 15:41:25 -06:00
Adi Eyal
c1868975be
Updated readme
2022-10-31 16:52:36 +02:00
Adi Eyal
597777ad2b
Bumped to version 0.13.6
2022-10-31 16:16:40 +02:00
Adi Eyal
c4fa39c0d6
Update README.md
2022-10-30 23:05:41 +02:00
Adi Eyal
a63bbc82a7
Updated project description in README
2022-10-30 22:57:08 +02:00
Adi Eyal
15f956c810
Added contribution section to README
2022-10-30 21:47:39 +02:00
Adi Eyal
02a62ce5ae
Added filmtypes image to README
2022-10-30 14:45:13 +02:00
Adi Eyal
4c13ae3cc5
Added use fixed seed checkbox
2022-10-30 14:23:26 +02:00
Adi Eyal
52332e85a6
Minor README fixes
2022-10-30 08:13:31 +02:00
Adi Eyal
b6f8478a36
Updated README with installation documentation
2022-10-30 08:11:50 +02:00
Adi Eyal
c38156271f
0.12.0 - Added combinatorial batches
2022-10-30 00:34:38 +02:00
Adi Eyal
cf475adcf4
Update README.md
2022-10-29 18:55:02 +03:00
Adi Eyal
731d4265bb
Added MagicPrompt to automatically create new prompts
2022-10-29 17:52:50 +02:00
Adi Eyal
372cae45fe
Started a modifier library
2022-10-29 00:15:28 +02:00
Adi Eyal
1a20771519
Minor fixes to readme
2022-10-28 10:51:27 +02:00
Adi Eyal
4d01242703
Initial implementation of combinatorial generation
2022-10-26 22:01:45 +02:00
Adi Eyal
e12dcdf16b
Added wildcard globbing
...
Originally introduced here: https://github.com/adieyal/sd-dynamic-prompting/pull/15
2022-10-25 23:15:32 +02:00