improve gen
All checks were successful
ci/woodpecker/push/ci Pipeline was successful

This commit is contained in:
Madison Grubb
2025-09-05 13:18:24 -04:00
parent 800c9c488c
commit d436284476
3 changed files with 199 additions and 162 deletions

View File

@@ -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"