easydiffusion/ui/media/js
patriceac 8d4d409cd6 Add 'embed' and 'none' to metadata saving options
*** Please merge https://github.com/easydiffusion/sdkit/pull/9 before merging this one. ***

This is the ED client part of metadata embedding. It adds 'embed' and 'none' options to the metadata setting and makes none the default (if never set before) because (1) it feels weird to create metadata files by default and (2) embedding by default could cause be problematic if users don't realize it's happening.

Also fixes the disabling of the dropdown in the settings when Save images to disk is toggled off.
2023-01-24 01:47:48 -08:00
..
auto-save.js Persist the process order toggle across sessions 2022-12-28 17:50:18 -08:00
dnd.js Use a boolean .includes() instead of a regex match() for checking string contains 2023-01-09 19:19:30 +05:30
engine.js Check whether the browser supports performance.measure/mark before calling them. Fixes https://github.com/cmdr2/stable-diffusion-ui/pull/757 2023-01-09 19:41:10 +05:30
image-editor.js Bring back the default opacity of 0.4 for inpainting mask, even though it leads to some other bugs. It's not a good UX to have an inpainting mask with full opacity 2023-01-10 21:56:26 +05:30
image-modifiers.js Proper restoration of inactive image modifiers 2022-12-28 13:41:36 -08:00
jquery-3.6.1.min.js Refactor the CSS and JS into separate files, attempt 1 2022-10-18 20:18:56 +05:30
jquery-confirm.min.js Confirm 'Clear All' and 'Stop Task' 2022-11-22 21:27:36 +01:00
main.js Add 'embed' and 'none' to metadata saving options 2023-01-24 01:47:48 -08:00
marked.min.js Add a 'What's New?' tab as a core plugin, which fetches the contents of CHANGES.md from the app's release branch 2022-11-16 16:54:28 +05:30
parameters.js Add 'embed' and 'none' to metadata saving options 2023-01-24 01:47:48 -08:00
plugins.js engine.js (#615) 2022-12-06 17:04:08 +05:30
themes.js fixed theme css properties not being updated properly 2022-12-21 16:03:52 -08:00
utils.js add findClosestAncestor 2022-12-24 00:58:52 +01:00