mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-02-22 13:21:51 +01:00
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