Fixed path bug for non-default models in ComfyUI/models + view onnx type
This commit is contained in:
@@ -1049,7 +1049,6 @@ class ModelManager extends ComfyDialog {
|
||||
const childCount = item["childCount"];
|
||||
if (childCount === 0) {
|
||||
// directory is empty
|
||||
cwd = null;
|
||||
break;
|
||||
}
|
||||
const childIndex = item["childIndex"];
|
||||
|
||||
Reference in New Issue
Block a user