Case-insensitive model directories

This commit is contained in:
cmdr2
2024-10-01 13:55:35 +05:30
parent 9a12a8618c
commit 754a5f5e52
5 changed files with 67 additions and 16 deletions

View File

@ -102,7 +102,7 @@ var PARAMETERS = [
type: ParameterType.custom,
icon: "fa-folder-tree",
label: "Models Folder",
note: "Path to the 'models' folder. Please save and refresh the page after changing this.",
note: "Path to the 'models' folder. Please save and restart Easy Diffusion after changing this.",
saveInAppConfig: true,
render: (parameter) => {
return `<input id="${parameter.id}" name="${parameter.id}" size="30">`