Skip to content

Commit

Permalink
Merge pull request #411 from Anson2048/fix_ADetailer_args
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdullahAlfaraj authored Nov 29, 2023
2 parents 156d33b + fc6f851 commit 55e0e0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utility/session.js
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ async function getSettings(session_data) {
function setAlwaysOnScripts() {
const data = after_detailer_script.store.toJsFunc().data
// console.log('setAlwaysOnScripts=> data:', data)
let ad_controlnet_module = null
let ad_controlnet_module = 'None'
if (data.controlnet_model?.includes('inpaint')) {
ad_controlnet_module = 'inpaint_global_harmonious'
}
Expand Down

0 comments on commit 55e0e0b

Please sign in to comment.