From fca84e3edfbda79ef0ca8994b77fbe4725cb5068 Mon Sep 17 00:00:00 2001 From: patriceac <48073125+patriceac@users.noreply.github.com> Date: Thu, 24 Nov 2022 13:47:35 -0800 Subject: [PATCH] Fix restoration of model and VAE MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 😅 --- ui/media/js/dnd.js | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/media/js/dnd.js b/ui/media/js/dnd.js index f344863b..6ca28f32 100644 --- a/ui/media/js/dnd.js +++ b/ui/media/js/dnd.js @@ -328,6 +328,7 @@ function getModelPath(filename, extensions) filename = filename.slice(0, filename.length - ext.length) } }) + return filename } const TASK_TEXT_MAPPING = {