Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/6174/comflowyspace
/ functions
Functions
986 in github.com/6174/comflowyspace
⨍
Functions
986
◇
Types & classes
136
↓ 1 callers
Function
countCardsByTag
(models)
apps/electron-frontend/src/components/model-manager/model-recommend.tsx:53
↓ 1 callers
Method
createDocFromComfyUIData
(data: { name: string; data: ComfyUIWorkflow; })
packages/common/storage/document-database.ts:89
↓ 1 callers
Method
createDocFromData
(data: PersistedWorkflowDocument)
packages/common/storage/document-database.ts:78
↓ 1 callers
Method
createDocFromTemplate
(key: string = "default")
packages/common/storage/document-database.ts:66
↓ 1 callers
Method
createDocument
(id: string, data: T)
packages/common/jsondb/jsondb.client.ts:25
↓ 1 callers
Function
createExtensionManager
(extensions: ExtensionManifest[])
apps/electron-frontend/src/lib/extensions/extensions.controller.tsx:120
↓ 1 callers
Function
createPrompt
(workflowSource: PersistedWorkflowDocument, widgets: Record<string, Widget>, clientId?: string)
packages/common/comfyui-bridge/prompt.ts:69
↓ 1 callers
Function
createWindow
()
apps/electron-package/hello-world.js:4
↓ 1 callers
Function
customRequest
({file, onSuccess, onError}: any )
apps/electron-frontend/src/components/workflow-editor/reactflow-input/input-upload-image.tsx:45
↓ 1 callers
Method
deleteDoc
(docId: string)
packages/common/storage/document-database.ts:58
↓ 1 callers
Method
deleteDocSoft
(docId: string)
packages/common/storage/document-database.ts:48
↓ 1 callers
Method
deleteDocument
* * @param id * @returns
packages/common/jsondb/jsondb.client.ts:77
↓ 1 callers
Function
deleteFromQueue
(id: number)
packages/common/comfyui-bridge/bridge.ts:156
↓ 1 callers
Function
deleteItem
()
apps/electron-frontend/src/components/my-workflows/my-workflows.tsx:166
↓ 1 callers
Function
disableExtension
(extension: Extension)
apps/node/src/modules/comfy-extension-manager/disable-extension.ts:4
↓ 1 callers
Method
disableExtensions
(extensions: Extension[])
apps/node/src/modules/comfy-extension-manager/comfy-extension-manager.ts:23
↓ 1 callers
Method
dispose
()
packages/common/utils/slot-event.ts:126
↓ 1 callers
Function
doUpdateMarketExtension
* Update market extensions
apps/node/src/modules/comfy-extension-manager/market-extension.ts:50
↓ 1 callers
Function
doUpdateMarketExtensionNodeMap
* Update market extensions
apps/node/src/modules/comfy-extension-manager/market-extension.ts:68
↓ 1 callers
Function
downloadDefaultModel
()
apps/node/src/modules/model-manager/install-model.ts:57
↓ 1 callers
Function
downloadUrlPro
(dispatch: TaskEventDispatcher, url: string, targetPath: string, sha?: string)
apps/node/src/modules/utils/download-url.ts:110
↓ 1 callers
Function
drop
(item: any, monitor: any)
apps/electron-frontend/src/components/workflow-editor/reactflow-controlboard/controlboard-editor.tsx:287
↓ 1 callers
Function
enableExtension
(extension: Extension)
apps/node/src/modules/comfy-extension-manager/disable-extension.ts:11
↓ 1 callers
Method
enableExtensions
(extensions: Extension[])
apps/node/src/modules/comfy-extension-manager/comfy-extension-manager.ts:29
↓ 1 callers
Method
executeExtension
* execute extension * @param data
apps/electron-frontend/src/lib/extensions/worker/extension.worker.ts:36
↓ 1 callers
Function
executeInstallScript
(dispatcher: TaskEventDispatcher, url: string, repoPath: string, lazyMode: boolean = false)
apps/node/src/modules/comfy-extension-manager/install-extension.ts:252
↓ 1 callers
Function
exportWorkflowToJSONFile
(workflow: PersistedWorkflowDocument, widgets: Widgets)
packages/common/comfyui-bridge/export-import.ts:13
↓ 1 callers
Function
extesionMainTemplate
* Register static vars to extension main code * @param extension * @param content * @returns
apps/electron-frontend/src/lib/extensions/worker/extension.worker.ts:74
↓ 1 callers
Method
fetchExtensionFileContent
(extensionManifest: ExtensionManifest, filePath: string)
apps/electron-frontend/src/lib/extensions/extension.manager.ts:132
↓ 1 callers
Function
fetchModelSize
()
apps/operation/commands/fetch-model-sizes.ts:28
↓ 1 callers
Function
fetchSize
(url: string)
apps/operation/commands/fetch-model-sizes.ts:11
↓ 1 callers
Function
findAllFrontendExtensions
()
apps/node/src/modules/comfy-extension-manager/frontend-extensions.ts:10
↓ 1 callers
Function
findAllHtmlFilesInRenderer
()
apps/electron-backend/scripts/esbuild.config.mjs:63
↓ 1 callers
Function
findAllInstalledExtensions
({ doFetch = false, doUpdateCheck = false, doUpdate = false })
apps/node/src/modules/comfy-extension-manager/installed-extensions.ts:12
↓ 1 callers
Function
findExtensionByTitle
(extensions: Extension[], title: string)
apps/node/src/modules/comfy-extension-manager/installed-extensions.ts:88
↓ 1 callers
Function
findGetNodeInputValue
* find a source value * @param source
packages/common/comfyui-bridge/prompt.ts:261
↓ 1 callers
Function
findInputKeyFromHandle
(target: PromptNodeItem, targetHandle: string)
packages/common/comfyui-bridge/prompt.ts:250
↓ 1 callers
Function
findMissingModulesInMessages
(messages: Message[] = [])
apps/electron-frontend/src/components/comfyui-process-manager/comfyui-process-manager-state.ts:60
↓ 1 callers
Function
findPrimitiveNodeValue
* primitive value is the first field value * @param node
packages/common/comfyui-bridge/prompt.ts:317
↓ 1 callers
Function
findRerouteNodeInputValue
(source: PersistedWorkflowNode)
packages/common/comfyui-bridge/prompt.ts:305
↓ 1 callers
Function
findSuggestionNode
(node: SDNode, widgets: Widgets)
apps/electron-frontend/src/components/workflow-editor/reactflow-node/reactflow-node-suggestion.tsx:64
↓ 1 callers
Function
flattenDisposable
(a: IDisposable[])
packages/common/utils/slot-event.ts:7
↓ 1 callers
Function
flattenObject
(obj, prefix = '')
apps/electron-frontend/src/components/workflow-editor/reactflow-i18n/use-flow-i18n.tsx:61
↓ 1 callers
Function
flowNodeToLayoutNode
(node: Node, isHorizontal, graph: AppState["graph"])
apps/electron-frontend/src/components/workflow-editor/reactflow-topright-panel/action-auto-layout.tsx:202
↓ 1 callers
Function
forceUpdateRepo
(repoPath: string)
apps/node/src/modules/utils/git-repo.ts:24
↓ 1 callers
Method
getAllExtensions
(checkUpdate = false)
apps/node/src/modules/comfy-extension-manager/comfy-extension-manager.ts:35
↓ 1 callers
Function
getCivitModelById
(modelId: string)
apps/node/src/modules/model-manager/civitai.ts:33
↓ 1 callers
Function
getCivitModels
(currentPage: number, pageSize: number, filters: any, cursor?: string)
packages/common/store/model.state.ts:257
↓ 1 callers
Function
getComflowyAppConfig
()
packages/common/comfyui-bridge/bridge.ts:36
↓ 1 callers
Function
getComfyUIDir
()
apps/electron-frontend/scripts/server.js:42
↓ 1 callers
Function
getComfyUIEnvRequirements
()
packages/common/comfyui-bridge/bridge.ts:24
↓ 1 callers
Function
getCommandString
()
apps/electron-frontend/src/components/workflow-editor/reactflow-bottomcenter-panel/reactflow-bottomcenter-panel.tsx:192
↓ 1 callers
Function
getCondaEnv
(env: string, condaInfo: CondaInfo)
apps/node/src/modules/utils/conda.ts:65
↓ 1 callers
Function
getCondaInfo
()
apps/node/src/modules/utils/conda.ts:114
↓ 1 callers
Function
getCondaPrefixSync
* Get real conda path position * @returns
apps/node/src/modules/utils/conda.ts:137
↓ 1 callers
Method
getConfigDir
()
apps/electron-backend/layers/main/src/config.ts:25
↓ 1 callers
Method
getDocument
* Get a document * @param id * @returns
packages/common/jsondb/jsondb.client.ts:50
↓ 1 callers
Method
getDocuments
* Get all documents
packages/common/jsondb/jsondb.client.ts:39
↓ 1 callers
Function
getELKLayoutElements
* Turn nodes to ELK layout elments, consider react flow node has parentNode relation ship
apps/electron-frontend/src/components/workflow-editor/reactflow-topright-panel/action-auto-layout.tsx:135
↓ 1 callers
Function
getExtensionInfos
(doUpdateCheck = false)
packages/common/comfyui-bridge/bridge.ts:85
↓ 1 callers
Method
getExtensionNodeMap
()
apps/node/src/modules/comfy-extension-manager/comfy-extension-manager.ts:62
↓ 1 callers
Function
getFailedMessage
* @returns {string}
apps/electron-frontend/src/components/bootstrap/bootstrap-task.tsx:107
↓ 1 callers
Function
getFilePathFromMarktModel
(model: MarketModel)
packages/common/types/model.types.ts:176
↓ 1 callers
Function
getFileSizeSync
(file: string, decimals = 2)
apps/node/src/modules/utils/file-size.ts:15
↓ 1 callers
Method
getFrontendExtensions
()
apps/node/src/modules/comfy-extension-manager/comfy-extension-manager.ts:79
↓ 1 callers
Function
getGraphVarPromptValue
(item: ComfyGraphVar)
packages/common/types/comfy-variables.types.ts:83
↓ 1 callers
Function
getHardCodedTemplates
()
apps/electron-frontend/src/components/templates/template-state.ts:44
↓ 1 callers
Function
getInstallPyTorchForGPUCommand
(nightly: boolean = false)
apps/node/src/modules/comfyui/bootstrap.ts:381
↓ 1 callers
Function
getMacArchitecture
()
apps/node/src/modules/utils/get-mac-arch.ts:3
↓ 1 callers
Function
getMarketExtensionNodeMap
()
apps/node/src/modules/comfy-extension-manager/market-extension.ts:104
↓ 1 callers
Function
getModelImagePreviewUrl
(type: 'lora' | 'checkpoints', name: string)
packages/common/comfyui-bridge/bridge.ts:137
↓ 1 callers
Function
getModelInfos
()
packages/common/comfyui-bridge/bridge.ts:97
↓ 1 callers
Function
getModelTypes
()
apps/electron-frontend/src/components/model-manager/installed-models.tsx:33
↓ 1 callers
Function
getModelsForType
()
apps/electron-frontend/src/components/model-manager/installed-models.tsx:44
↓ 1 callers
Function
getNodePositionInGroup
(node: Node, containerNode: Node)
packages/common/utils/workflow.ts:23
↓ 1 callers
Function
getNodePositionOutOfGroup
(node: Node, containerNode: Node)
packages/common/utils/workflow.ts:32
↓ 1 callers
Function
getOptions
( type: 'lora_name' | 'image' | 'ckpt_name', list: (string | { content: string, image: string })[] )
apps/electron-frontend/src/components/workflow-editor/reactflow-input/reactflow-input.tsx:221
↓ 1 callers
Function
getPinnedWidgetsFromLocalStorage
()
packages/common/store/app-state/app-state-create-init-hooks.ts:78
↓ 1 callers
Function
getPrimitiveNodeRenderingInfo
(node: SDNode, widget: Widget)
packages/common/workflow-editor/node-rendering.tsx:145
↓ 1 callers
Function
getPythonPackageRequirements
()
apps/node/src/modules/comfyui/requirements.ts:60
↓ 1 callers
Function
getQueue
()
packages/common/store/comfyui-queue-state.ts:54
↓ 1 callers
Function
getQueueApi
()
packages/common/comfyui-bridge/bridge.ts:129
↓ 1 callers
Function
getServerTemplates
* Remote template lists * @returns
apps/electron-frontend/src/components/templates/template-state.ts:230
↓ 1 callers
Function
getStableDiffusionDir
()
apps/node/src/modules/utils/get-appdata-dir.ts:34
↓ 1 callers
Function
getSubflowFieldId
(nodeId: string, fieldName: string)
packages/common/types/comfy-props.types.ts:243
↓ 1 callers
Function
getVendors
* Returns versions of electron vendors * The performance of this feature is very poor and can be improved * @see https://github.com/electron/electro
apps/electron-backend/scripts/update-electron-vendors.js:13
↓ 1 callers
Function
getWebExtensionDir
(name: string = "")
apps/node/src/modules/comfy-extension-manager/types.ts:9
↓ 1 callers
Function
getWhatsNewViewed
(version: string)
apps/electron-frontend/src/components/layout/whats-new.tsx:48
↓ 1 callers
Function
gitCloneInstall
(dispatcher: TaskEventDispatcher, files: string[])
apps/node/src/modules/comfy-extension-manager/install-extension.ts:210
↓ 1 callers
Function
groupByCategory
(widgets: Widget[])
apps/electron-frontend/src/components/workflow-editor/reactflow-bottomcenter-panel/widget-tree/widget-tree.tsx:113
↓ 1 callers
Function
handleCancel
apps/electron-frontend/src/components/comfyui-process-manager/comfyui-process-manager.tsx:53
↓ 1 callers
Method
handleExtensionExecuteError
(event: ExtensionManagerEvent)
apps/electron-frontend/src/lib/extensions/extension.manager.ts:123
↓ 1 callers
Method
handleRpcCall
* Rpc call from worker to main * @param data
apps/electron-frontend/src/lib/extensions/extension.manager.ts:79
↓ 1 callers
Function
handleTypeFilterChange
(type)
apps/electron-frontend/src/components/model-manager/installed-models.tsx:28
↓ 1 callers
Function
handleVisibleChange
(visible: boolean)
apps/electron-frontend/src/components/workflow-editor/reactflow-topleft-panel/reactflow-topleft-panel.tsx:94
↓ 1 callers
Method
initEventListener
()
apps/electron-backend/layers/main/src/windows-manager.ts:209
↓ 1 callers
Function
initTerminal
()
apps/electron-frontend/src/components/comfyui-process-manager/comfyui-process-manager.tsx:59
↓ 1 callers
Function
installCondaPackageTask
(dispatcher: TaskEventDispatcher, params: { packageRequirment: string })
apps/node/src/modules/comfyui/bootstrap.ts:222
↓ 1 callers
Function
installCondaTask
(dispatcher: TaskEventDispatcher)
apps/node/src/modules/comfyui/bootstrap.ts:117
↓ 1 callers
Function
installModel
(dispatch: TaskEventDispatcher, model: MarketModel)
apps/node/src/modules/model-manager/install-model.ts:17
← previous
next →
201–300 of 986, ranked by callers