mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-08-10 08:07:47 +02:00
Remember the Face Fix and Codeformer settings in the UI
This commit is contained in:
@ -1879,6 +1879,11 @@ controlImagePreview.addEventListener("load", onControlnetModelChange)
|
||||
controlImagePreview.addEventListener("unload", onControlnetModelChange)
|
||||
onControlnetModelChange()
|
||||
|
||||
document.addEventListener("refreshModels", function() {
|
||||
onFixFaceModelChange()
|
||||
onControlnetModelChange()
|
||||
})
|
||||
|
||||
// tip for Flux
|
||||
let sdModelField = document.querySelector("#stable_diffusion_model")
|
||||
function checkGuidanceValue() {
|
||||
|
Reference in New Issue
Block a user