easydiffusion/ui/media/js
patriceac a8fba8f3fb
Fix restoration of models with subfolders
In dnd.js, when models are restored in the UI, there is code that strips the path from the model file name. Now that we allow models to be hosted in subfolders, this code break the task restoration (e.g. use settings, D&D, copy/paste) because "/my models/model.ckpt" becomes "model.ckpt", which won't be found.

https://discord.com/channels/1014774730907209781/1014780368890630164/1063726724573052948
2023-01-14 23:54:09 -08:00
..
auto-save.js Persist the process order toggle across sessions 2022-12-28 17:50:18 -08:00
dnd.js Fix restoration of models with subfolders 2023-01-14 23:54:09 -08:00
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 Fix the restoring of the last selected model 2023-01-10 19:00:19 -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 Tweak low GPU wording 2022-12-27 14:58:08 +05:30
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