File size: 274 Bytes
b921b5d
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
{
  // Required - change /PATH/TO to the absolute path to ComfyUI.  Windows e.g.: D:/My Folder/ComfyUI/
  // This pulls in ComfyUI Python types for the extension.
  "python.analysis.extraPaths": [
    "/PATH/TO/ComfyUI/",
    "/PATH/TO/ComfyUI/custom_nodes/"
  ],
}