This commit is contained in:
@@ -51,7 +51,7 @@ function buildComfyWorkflow(promptText, negativeText = "") {
|
||||
"inputs": {
|
||||
"seed": Math.floor(Math.random() * 100000),
|
||||
"steps": 4,
|
||||
"cfg": 2,
|
||||
"cfg": 1,
|
||||
"sampler_name": "euler",
|
||||
"scheduler": "simple",
|
||||
"denoise": 1,
|
||||
@@ -71,8 +71,8 @@ function buildComfyWorkflow(promptText, negativeText = "") {
|
||||
},
|
||||
"5": {
|
||||
"inputs": {
|
||||
"width": 640,
|
||||
"height": 448,
|
||||
"width": 848,
|
||||
"height": 600,
|
||||
"batch_size": 1
|
||||
},
|
||||
"class_type": "EmptyLatentImage"
|
||||
|
||||
Reference in New Issue
Block a user