"...composable_kernel_onnx.git" did not exist on "334361cbde76a2566fb215a64a6652205b0d2336"
Commit 887ea0ba authored by pythongosssss's avatar pythongosssss
Browse files

style

parent 901a8901
......@@ -258,7 +258,7 @@ app.registerExtension({
const input = theirNode.inputs[link.target_slot];
if (!input) return;
var _widget;
if (!input.widget) {
if (!(input.type in ComfyWidgets)) return;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment