You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug-report.yaml
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,15 @@ body:
15
15
- **3:** You confirmed that the bug is not caused by a custom node. You can disable all custom nodes by passing
16
16
`--disable-all-custom-nodes` command line argument.
17
17
18
+
- type: checkboxes
19
+
id: custom-nodes-test
20
+
attributes:
21
+
label: Custom Node Testing
22
+
description: Please confirm you have tried to reproduce the issue with all custom nodes disabled.
23
+
options:
24
+
- label: I have tried disabling custom nodes and the issue persists (see [how to disable custom nodes](https://docs.comfy.org/troubleshooting/custom-node-issues#step-1%3A-test-with-all-custom-nodes-disabled) if you need help)
0 commit comments