Adi Eyal
8ea34aabc1
Updated troubleshooting section of the README
2023-04-02 10:05:51 +02:00
Aarni Koskela
bd0e10031a
Make collection dropdown easier to see
2023-03-31 09:49:09 +03:00
Aarni Koskela
394523c5b7
Modernize & simplify treeview component
2023-03-31 09:49:09 +03:00
Aarni Koskela
51879dc714
Reformat javascript/dynamic_prompting_hints.js
2023-03-31 09:49:09 +03:00
Aarni Koskela
9f1e2fa005
Rework logic in Wildcard Manager tab
...
* Code is now 99% in a single singleton SDDP class
* Most communication is handled with an inbox and outbox field
2023-03-31 09:49:09 +03:00
Aarni Koskela
0c126aca45
Add tools for JavaScript styling
2023-03-30 21:57:33 +03:00
Adi Eyal
b020cb485c
Bumped to 2.10.3
2023-03-30 18:54:54 +02:00
Adi Eyal
ce8668d88c
Merge branch 'akx-ui-fixes-1'
2023-03-30 18:52:57 +02:00
Adi Eyal
b422ec121a
Merge branch 'ui-fixes-1' of https://github.com/akx/sd-dynamic-prompts into akx-ui-fixes-1
2023-03-30 18:50:23 +02:00
Adi Eyal
b7a3a440b4
Merge branch 'main' of github.com:adieyal/sd-dynamic-prompting
2023-03-30 18:49:55 +02:00
Aarni Koskela
09cc99528b
Wildcards: get rid of unused tree textbox
2023-03-30 18:27:20 +03:00
Aarni Koskela
3da3d2ad3b
Remove elem_ids from elements that aren't referenced in CSS or JS
2023-03-30 18:27:20 +03:00
Aarni Koskela
cd04bf5722
Remove duplicate numbering from wildcard instructions
2023-03-30 18:27:20 +03:00
Aarni Koskela
74e5eb0b6c
Ensure basic SDDP elements have unique IDs
2023-03-30 18:27:20 +03:00
Adi Eyal
cd2b95f09f
Refactored publicprompts collection
2023-03-30 17:05:56 +02:00
Aarni Koskela
cce43d0570
Flatten sd_dynamic_prompts package ( #361 )
2023-03-30 15:47:13 +03:00
Adi Eyal
fde533c551
Added the publicprompts collection
2023-03-30 14:20:32 +02:00
Adi Eyal
10b4494992
Added missing entry in TOC
2023-03-30 14:17:59 +02:00
Adi Eyal
6fbb871de6
Added documentation for samplers
2023-03-30 14:15:18 +02:00
Adi Eyal
0b22776f1d
Update SYNTAX.md
2023-03-30 12:46:34 +02:00
Adi Eyal
e574618032
Update SYNTAX.md
...
updated syntax - simplified, added TOC, and new features
2023-03-30 12:45:48 +02:00
Adi Eyal
7588806c7d
Upgraded dynamicprompts to v0.21.2
2023-03-30 10:49:58 +02:00
Adi Eyal
6dc42dd7be
Fixed broken test
2023-03-30 10:49:23 +02:00
Adi Eyal
8652ab9a99
Merge branch 'main' of github.com:adieyal/sd-dynamic-prompting
2023-03-30 10:09:26 +02:00
Adi Eyal
1f95940918
Added basic variable syntax to help text
2023-03-30 10:08:41 +02:00
Adi Eyal
61b5f33206
Upgraded to dynamicprompts v0.21.1
...
Fixes #358
2023-03-30 10:07:51 +02:00
Adi Eyal
70d7252163
Update bug_report.md
2023-03-30 05:06:14 +02:00
Adi Eyal
59f44e935f
Upgraded dynamicprompts to v0.21.0
2023-03-29 22:47:36 +02:00
Adi Eyal
cc818087a5
Upgraded dynamicprompts to 0.20.2
...
Bumped to version 2.9.1
2023-03-29 20:40:31 +02:00
dbitterlich
a8ab9d64ee
fixed failing test_helpers.py
2023-03-29 20:24:50 +02:00
dbitterlich
f5dcaf2238
Bugfix Issue #190 - Fixed seeds only within combinatorial batch
2023-03-29 19:31:04 +02:00
Adi Eyal
4167f52a64
Merge pull request #355 from adieyal/chore/move-magic-prompt-models
...
Refactored Magic Prompts configuration
2023-03-29 19:34:16 +03:00
Adi Eyal
4dd9df6251
Refactored Magic Prompts configuration
...
Magic Prompt models are now read from a text file enabling users to add
their own. Default model and magicprompt batch size options have been
added to the settings tab.
2023-03-29 15:14:58 +02:00
Adi Eyal
b293722b3d
Merge pull request #352 from adieyal/bug/variation-seed
...
Freezing the prompt if variation strength is > 0
2023-03-29 08:51:48 +03:00
Adi Eyal
5ef8050da0
Freezing the prompt if variation strength is > 0
...
Fixes #310
2023-03-29 00:30:58 +02:00
Adi Eyal
979a3025d5
Merge pull request #350 from adieyal/bug/gradio3.2
...
Bug/gradio3.2
2023-03-28 20:07:29 +03:00
Adi Eyal
386d1abbfc
Bumped version to 2.8.11
2023-03-28 19:01:46 +02:00
Adi Eyal
c02ba4f07b
Fixed broken wildcards manager
...
THe most recent auto1111 broke the onUiUpdateTab event. This commit
reimplements the event by watching for changes in the shadow DOM
directly. Fixes #338
2023-03-28 18:57:39 +02:00
Adi Eyal
2c1af624d3
Merge pull request #341 from akx/new-wildcards
...
New Wildcards compatibility
2023-03-28 12:40:52 +03:00
Aarni Koskela
771236163f
Use wrapped collection name in UI
2023-03-28 11:28:17 +03:00
Aarni Koskela
56c8850147
Update wildcard backend for dynamicprompts 0.20.0
2023-03-28 11:28:16 +03:00
Adi Eyal
cd299e66d2
Merge pull request #345 from adieyal/bug/device
...
Bug/Magic Prompt on Macs not working
2023-03-27 23:52:48 +03:00
Adi Eyal
e17cc7edc2
Bumped version to 2.8.10
2023-03-27 22:41:23 +02:00
Adi Eyal
e0191c5d3d
Fixes #329 - Prompt Magic on a M1/M2 Mac
2023-03-27 22:37:49 +02:00
Aarni Koskela
c000db921d
Don't allow attention grabber to mess with A1111 special syntax ( #339 )
...
Fixes #327
Reimplementation of https://github.com/adieyal/dynamicprompts/pull/59
2023-03-26 16:20:41 +03:00
Aarni Koskela
23f385f663
Delete wildcard HTML hierarchy generator ( #337 )
...
It hasn't actually been used since 8d7b3e562c
Closes #335
2023-03-26 13:38:24 +03:00
Aarni Koskela
f8c02d640d
Update lint tools ( #336 )
2023-03-26 12:38:35 +03:00
Adi Eyal
959006f425
Merge pull request #334 from adieyal/bug/wildcard-variants
...
Updated dynamicprompts to 0.10.5 which fixes #307
2023-03-25 17:45:23 +03:00
Adi Eyal
dc387570fe
Merge branch 'main' into bug/wildcard-variants
2023-03-25 16:39:17 +02:00
Adi Eyal
f0c5ffc7d8
Updated dynamicprompts to 0.10.5 which fixes #307
2023-03-25 16:35:07 +02:00