diff --git a/ui/index.html b/ui/index.html index 7cedc0e5..856150c6 100644 --- a/ui/index.html +++ b/ui/index.html @@ -324,7 +324,7 @@ - + diff --git a/ui/media/js/parameters.js b/ui/media/js/parameters.js index 098eb908..9db01807 100644 --- a/ui/media/js/parameters.js +++ b/ui/media/js/parameters.js @@ -462,6 +462,7 @@ async function getAppConfig() { document.querySelector("#lora_model_container").style.display = "none" document.querySelector("#tiling_container").style.display = "none" document.querySelector("#controlnet_model_container").style.display = "none" + document.querySelector("#hypernetwork_model_container").style.display = "" document.querySelector("#hypernetwork_strength_container").style.display = "" document.querySelectorAll("#sampler_name option.diffusers-only").forEach((option) => { @@ -474,6 +475,7 @@ async function getAppConfig() { document.querySelector("#lora_model_container").style.display = "" document.querySelector("#tiling_container").style.display = "" document.querySelector("#controlnet_model_container").style.display = "" + document.querySelector("#hypernetwork_model_container").style.display = "none" document.querySelector("#hypernetwork_strength_container").style.display = "none" document.querySelectorAll("#sampler_name option.k_diffusion-only").forEach((option) => {