Skip to content

Commit e2e034a

Browse files
authored
Update workflow_sdxl_txt2img.json
1 parent a00b32a commit e2e034a

File tree

1 file changed

+5
-17
lines changed

1 file changed

+5
-17
lines changed

comfy/workflow_sdxl_txt2img.json

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -37,27 +37,15 @@
3737
"class_type": "KSampler",
3838
"inputs": {
3939
"seed": 123456,
40-
"steps": 25,
40+
"steps": 12,
4141
"cfg": 6.5,
4242
"sampler_name": "euler",
4343
"scheduler": "normal",
4444
"denoise": 1.0,
45-
"model": [
46-
"1",
47-
0
48-
],
49-
"positive": [
50-
"3",
51-
0
52-
],
53-
"negative": [
54-
"4",
55-
0
56-
],
57-
"latent_image": [
58-
"2",
59-
0
60-
]
45+
"model": ["1", 0],
46+
"positive": ["3", 0],
47+
"negative": ["4", 0],
48+
"latent_image": ["2", 0]
6149
}
6250
},
6351
"6": {

0 commit comments

Comments
 (0)