add styles to logs
Signed-off-by: Victor Seiji Hariki <victorseijih@gmail.com>
This commit is contained in:
parent
462b1d6713
commit
26a370eee8
1 changed files with 2 additions and 1 deletions
|
@ -524,7 +524,8 @@ const _generate = async (endpoint, request, bb, options = {}) => {
|
||||||
addline(` + Sampler = ${request.sampler_index}`);
|
addline(` + Sampler = ${request.sampler_index}`);
|
||||||
addline(` + Model = ${modelAutoComplete.value}`);
|
addline(` + Model = ${modelAutoComplete.value}`);
|
||||||
addline(` + +Prompt = ${request.prompt}`);
|
addline(` + +Prompt = ${request.prompt}`);
|
||||||
addline(` + -Prompt = ${request.negative_prompt}`, false);
|
addline(` + -Prompt = ${request.negative_prompt}`);
|
||||||
|
addline(` + Styles = ${request.styles.join(", ")}`, false);
|
||||||
|
|
||||||
commands.runCommand(
|
commands.runCommand(
|
||||||
"drawImage",
|
"drawImage",
|
||||||
|
|
Loading…
Reference in a new issue