Skip to content

Commit ffd56a1

Browse files
new testing config
1 parent 0986917 commit ffd56a1

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

comfy-env.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ cc_torch = "*"
1111
torch_generic_nms = "*"
1212

1313
[node_reqs]
14-
ComfyUI-VideoHelperSuite = "Kosinkadink/ComfyUI-VideoHelperSuite"
14+
ComfyUI-VideoHelperSuite = "Kosinkadink/ComfyUI-VideoHelperSuite"
15+
ComfyUI-Multiband = "PozzettiAndrea/ComfyUI-Multiband"

comfy-test.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@ name = "ComfyUI-SAM3"
33
python_version = "3.11"
44
cpu_only = true
55
timeout = 300
6-
levels = ["syntax", "install", "registration", "instantiation", "validation", "execution"]
6+
levels = ["syntax", "install", "registration", "instantiation", "execution"]
77

88
[test.workflows]
99
run = ["scene_seg.json", "image_seg_text.json", "image_seg_point.json", "image_seg_point_refinement.json"]
10+
execution_screenshot = ["scene_seg.json", "image_seg_text.json", "image_seg_point.json", "image_seg_point_refinement.json"]
1011

1112
[test.platforms]
1213
linux = true

workflows/image_seg_point.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
"Node name for S&R": "LoadImage"
163163
},
164164
"widgets_values": [
165-
"scene.png",
165+
"image.png",
166166
"image"
167167
]
168168
},

workflows/scene_seg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@
191191
"Node name for S&R": "LoadImage"
192192
},
193193
"widgets_values": [
194-
"scene.png",
194+
"image.png",
195195
"image"
196196
]
197197
},

0 commit comments

Comments
 (0)