mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-07 08:30:06 +00:00
[Bug] Identify api nodes as core nodes (#3683)
This commit is contained in:
@@ -29,7 +29,7 @@ export const getNodeSource = (python_module?: string): NodeSource => {
|
||||
return UNKNOWN_NODE_SOURCE
|
||||
}
|
||||
const modules = python_module.split('.')
|
||||
if (['nodes', 'comfy_extras'].includes(modules[0])) {
|
||||
if (['nodes', 'comfy_extras', 'comfy_api_nodes'].includes(modules[0])) {
|
||||
return {
|
||||
type: NodeSourceType.Core,
|
||||
className: 'comfy-core',
|
||||
|
||||
Reference in New Issue
Block a user