Commit Graph

38 Commits (4e41203d970d1ec04dc51031089ef4e7c3a1cd31)

Author SHA1 Message Date
Aarni Koskela 5b9995eefa Add search over wildcard filenames 2023-08-11 14:19:29 +03:00
Aarni Koskela 259b4ac933 Work around webui bug when extensions with nested tabs are present 2023-06-01 09:44:06 +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 09cc99528b Wildcards: get rid of unused tree textbox 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 979a3025d5
Merge pull request #350 from adieyal/bug/gradio3.2
Bug/gradio3.2
2023-03-28 20:07:29 +03: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
Aarni Koskela 771236163f Use wrapped collection name in UI 2023-03-28 11:28:17 +03:00
Adi Eyal 695244808a Batch processing of Magic Prompts
Upgraded dynamicprompts to 0.10.3 and added the ability to set the Magic
Prompts batch size
2023-03-25 11:39:53 +02:00
space-nuko 3defc17fb9 Fix infinite recursion in Gradio 3.22.1 2023-03-19 23:39:38 -04:00
jgrunik 260ad902f2
Prevent Uncaught TypeError repeating onTick
Handles msg being undefined
2023-02-08 12:07:54 +11:00
Adi Eyal a45f8a3201 Updated documentation to reflect max generations.
Fixes #191
2023-01-28 23:06:07 +02:00
Aarni Koskela d9587881fe Fix trailing whitespaces & end-of-files too 2023-01-26 21:10:58 +02:00
Adi Eyal 3a6b6ec62b Magic Prompt can now choose between a number of models 2023-01-22 01:34:41 +02:00
Adi Eyal 401682b06e Added max-generations slider 2023-01-21 19:01:07 +02:00
Adi Eyal 5304f2db44 Updated description for don't generate images 2023-01-14 19:53:23 +02:00
Adi Eyal 68620cc532 Don't apply to negative prompts now only applies to prompt magic 2023-01-14 19:28:14 +02:00
Adi Eyal 1b4d0b9751 Added option to save the raw prompt into the image metadata 2023-01-08 15:02:21 +02:00
Adi Eyal efe24266bb Removed old comments checkbox
Comments are now enabled by default
2023-01-01 21:30:06 +02:00
Adi Eyal 601871bbdd Added confirmation prompt when deleting wildcards
Also deletion moves files to Trash using the send2trash library
2022-12-24 19:35:52 +02:00
Ruin0x11 25e030db26 Merge remote-tracking branch 'origin/main' into feature/comments 2022-12-13 21:54:23 -08:00
Ruin0x11 1f298dea1b Add comments hint 2022-12-13 21:53:10 -08:00
Ruin0x11 0011d935e3 Ability to comment out portions of a prompt 2022-12-13 21:47:19 -08:00
Adi Eyal 8d7b3e562c Added ability to copy collections to wildcards folder 2022-12-12 13:54:32 +02:00
Adi Eyal 494c51ab69 Explicitly stringifying json before sending to backend
Previously, single quotes needed to be explicity replaced with double quotes to ensure valid json
2022-12-11 06:52:15 +02:00
Adi Eyal fef86a22eb Improved wildcards tab ui
Added a filename text box and added a label to the file editor
2022-12-04 08:02:19 +02:00
Adi Eyal ada0fe7b41 Wildcards Manager tree only loads once
Make sure that the wildcards tree only loads the first time the tab is opened
2022-12-04 07:41:12 +02:00
Adi Eyal 04932107aa Added a rudimentary wildcards manager tab 2022-12-03 23:30:42 +02:00
Adi Eyal 13f42e609c Fixed minor spelling mistake 2022-11-29 12:31:22 +02:00
Adi Eyal e0cd741603 Added link to documentation on github 2022-11-28 09:41:41 +02:00
Adi Eyal ad839090a0 Moved help text from css to javascript
The enables the localization machinery to find strings for translation
2022-11-20 16:11:31 +02: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 c16330b851 Updated tooltip text 2022-11-16 22:15:26 +02:00
KEV 21f27a2ab7 Introduce tooltips for the extension UI elements like the main UI do.
Re-uses the original 'title' collection.
2022-11-16 20:03:50 +10:00
TheAwesomeGoat cb37a11217 ui changes 2022-10-25 16:03:03 +02:00
TheAwesomeGoat 69ae030292 folders for organization 2022-10-25 12:41:11 +02:00