a few more commandLog values for dreams
This commit is contained in:
parent
8d5a6af4bd
commit
03b40a3f47
1 changed files with 4 additions and 1 deletions
|
@ -521,7 +521,10 @@ const _generate = async (endpoint, request, bb, options = {}) => {
|
|||
addline(` + Seed = ${seeds[at]}`);
|
||||
addline(` + Steps = ${request.steps}`);
|
||||
addline(` + CFG = ${request.cfg_scale}`);
|
||||
addline(` + Sampler = ${request.sampler_index}`, false);
|
||||
addline(` + Sampler = ${request.sampler_index}`);
|
||||
addline(` + Model = ${modelAutoComplete.value}`);
|
||||
addline(` + +Prompt = ${request.prompt}`);
|
||||
addline(` + -Prompt = ${request.negative_prompt}`, false);
|
||||
|
||||
commands.runCommand(
|
||||
"drawImage",
|
||||
|
|
Loading…
Reference in a new issue