diff --git a/index.html b/index.html index 2d79ba9..aa1568c 100644 --- a/index.html +++ b/index.html @@ -460,7 +460,7 @@ src="js/ui/floating/history.js?v=4f29db4" type="text/javascript"> @@ -468,7 +468,7 @@ src="js/ui/tool/generic.js?v=3e678e0" type="text/javascript"> - + diff --git a/js/ui/tool/dream.js b/js/ui/tool/dream.js index a7a7f03..a06d2e7 100644 --- a/js/ui/tool/dream.js +++ b/js/ui/tool/dream.js @@ -544,7 +544,8 @@ const _generate = async (endpoint, request, bb, options = {}) => { addline(` + Sampler = ${request.sampler_index}`); addline(` + Model = ${modelAutoComplete.value}`); addline(` + +Prompt = ${request.prompt}`); - addline(` + -Prompt = ${request.negative_prompt}`, false); + addline(` + -Prompt = ${request.negative_prompt}`); + addline(` + Styles = ${request.styles.join(", ")}`, false); commands.runCommand( "drawImage", diff --git a/pages/configuration.html b/pages/configuration.html index 5e1b84a..531147f 100644 --- a/pages/configuration.html +++ b/pages/configuration.html @@ -133,8 +133,7 @@ localStorage.getItem("openoutpaint/settings.canvas-height") || 2048; maxSteps.value = localStorage.getItem("openoutpaint/settings.max-steps") || 70; - minCfg.value = - localStorage.getItem("openoutpaint/settings.min-cfg") || -1; + minCfg.value = localStorage.getItem("openoutpaint/settings.min-cfg") || 1; maxCfg.value = localStorage.getItem("openoutpaint/settings.max-cfg") || 30; let _enable_dishonesty =