forked from extern/easydiffusion
Hide the sampler field when an output image is used as the new input
This commit is contained in:
parent
24a2c6251f
commit
5c2ec70eb4
@ -330,6 +330,7 @@ function getUseAsInputHandler(imageItemElem) {
|
||||
inpaintingEditorContainer.style.display = 'none'
|
||||
promptStrengthContainer.style.display = 'block'
|
||||
maskSetting.checked = false
|
||||
samplerSelectionContainer.style.display = 'none'
|
||||
|
||||
// maskSetting.style.display = 'block'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user