easydiffusion/ui/media/js
patriceac 92d3d9cd33
Fix filename parsing issue
Here is a more robust fix for task restoration in dnd.js. Task restoration will fail if the JSON contains "use_face_correction": false, which can happen under some circumstances.

The fix checks if the filename passed to getModelPath is actually a string, which covers both the previous scenario (filename === null) and this new one (filename === false).
2023-02-17 18:49:51 -08:00
..
auto-save.js Searchable models (#786) 2023-02-12 14:48:09 +05:30
dnd.js Fix filename parsing issue 2023-02-17 18:49:51 -08:00
engine.js Merge branch 'main' into beta 2023-02-06 19:42:24 +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 Fix card names and toggling 2023-01-16 23:56:44 -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 Only confirm image deletion once 2023-02-17 00:54:41 +01: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 Keep txt as the default metadata format, and write metadata files by default, if saving to disk 2023-02-10 18:13:08 +05:30
plugins.js Add hook to implement custom prompt preprocessors 2023-02-08 17:26:55 +01:00
searchable-models.js Remove leading slash from data-path attributes 2023-02-16 23:29:32 -05:00
themes.js fixed theme css properties not being updated properly 2022-12-21 16:03:52 -08:00
utils.js 'Download all images' button (#765) 2023-02-14 19:33:25 +05:30