Hide the samplers that won't be supported in the new diffusers version

This commit is contained in:
cmdr2
2023-07-24 16:36:34 +05:30
parent 158591bdcf
commit c402867d45
2 changed files with 1 additions and 2 deletions

View File

@ -446,7 +446,7 @@ async function getAppConfig() {
document.querySelector("#tiling_container").style.display = ""
document.querySelectorAll("#sampler_name option.k_diffusion-only").forEach((option) => {
option.disabled = true
option.style.display = "none"
})
document.querySelector("#clip_skip_config").classList.remove("displayNone")
document.querySelector("#embeddings-button").classList.remove("displayNone")