Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/11cafe/comfyui-workspace-manager
/ functions
Functions
528 in github.com/11cafe/comfyui-workspace-manager
⨍
Functions
528
◇
Types & classes
114
↳
Endpoints
37
Function
getModelFromSearch
( q: string, type?: MODEL_TYPE, )
ui/src/model-manager/install-models/util/getModelFromSearch.ts:4
Function
getNodesInfo
()
ui/src/gallery/utils.ts:57
Function
getPrivacyEmoji
(privacy: EWorkflowPrivacy)
ui/src/utils/privacyUtils.ts:3
Method
getRecords
()
ui/src/db-tables/TableBase.ts:81
Function
getThumbnail
(model: Model)
ui/src/settings/ShowNsfwModelThumbnailSettings.tsx:42
Function
get_folder_list
(request)
service/model_manager/model_list.py:136
Function
get_model_list
(request)
service/model_manager/model_list.py:129
Function
get_settings_endpoint
(request)
service/setting_service.py:13
Function
get_system_dir
(request)
__init__.py:41
Function
get_workflow_file
(request)
service/file_sync_service.py:188
Function
get_workspace
(request)
service/db_service.py:49
Function
handleChange
(event: ChangeEvent<HTMLInputElement>)
ui/src/components/EditFolderName.tsx:30
Function
handleChange
(event: ChangeEvent<HTMLInputElement>)
ui/src/components/CreateVersionDialog.tsx:36
Function
handleChange
(event: ChangeEvent<HTMLInputElement>)
ui/src/components/DropdownTitle.tsx:85
Function
handleChange
(event: ChangeEvent<HTMLInputElement>)
ui/src/components/EditFlowName.tsx:44
Function
handleChildReady
(event: MessageEvent)
ui/src/share/ShareDialog.tsx:173
Function
handleClickOutside
(event: any)
ui/src/components/CustomSelector.tsx:26
Function
handleContextMenu
(event: MouseEvent<HTMLDivElement>)
ui/src/RecentFilesDrawer/FilesListFolderItem.tsx:56
Function
handleDragStart
(e: DragEvent<HTMLDivElement>)
ui/src/model-manager/models-list-drawer/ModelItem.tsx:64
Function
handleDrop
(e: DragEvent)
ui/src/RecentFilesDrawer/ItemsList.tsx:28
Function
handleDrop
(e: DragEvent)
ui/src/RecentFilesDrawer/FilesListFolderItem.tsx:61
Function
handleDrop
(e: { canvasX: number; canvasY: number })
ui/src/RecentFilesDrawer/RecentFilesDrawer.tsx:124
Function
handleExecuted
(e: any)
ui/src/App.tsx:367
Function
handleFileChange
(event: ChangeEvent<HTMLInputElement>)
ui/src/RecentFilesDrawer/ImportFlowsFileInput.tsx:120
Function
handleFileChange
(event: ChangeEvent<HTMLInputElement>)
ui/src/RecentFilesDrawer/MoreActionMenu.tsx:54
Function
handleKeyUp
(event: KeyboardEvent)
ui/src/components/SpotlightSearch.tsx:178
Function
handleModelDrop
( e: DragEvent<HTMLCanvasElement> & { canvasX: number; canvasY: number }, )
ui/src/model-manager/topbar/ModelDropEventListener.tsx:5
Function
handleMouseDown
(e: MouseEvent)
ui/src/components/Draggable.tsx:25
Function
handleShareWorkflowSuccess
(event: MessageEvent)
ui/src/share/ShareDialog.tsx:74
Function
handle_stream
(stream, prefix)
service/model_manager/nodes_installer.py:64
Function
handlerSearch
()
ui/src/components/SpotlightSearch.tsx:55
Function
ifString
(t: any)
ui/src/gallery/utils.ts:42
Method
init
* Allows any initialisation, e.g. loading resources. Called after the canvas is created but before nodes are added * @param app The ComfyUI app ins
ui/src/types/comfy.d.ts:13
Method
init
* Allows any initialisation, e.g. loading resources. Called after the canvas is created but before nodes are added * @param app The ComfyUI app ins
ui/src/model-manager/comfy-types/comfy.d.ts:13
Function
insertWorkflowToCanvas3
(json: string, insertPos?: number[])
ui/src/RecentFilesDrawer/InsertWorkflowToCanvas.ts:3
Function
install_model
(request)
service/model_manager/model_installer.py:110
Function
install_node
(gitUrl)
service/model_manager/nodes_installer.py:28
Function
install_nodes
(request)
service/model_manager/nodes_installer.py:21
Function
isValidFileName
(fileName: string)
ui/src/utils.tsx:50
Function
isVideoFormat
(fileName: string)
ui/src/utils.tsx:276
Function
keydownListener
(event: KeyboardEvent)
ui/src/components/SpotlightSearch.tsx:196
Function
keydownListener
(event: KeyboardEvent)
ui/src/topbar/AppIsDirtyEventListener.tsx:28
Method
latestVersionCheck
* Check whether the currently opened workflow is the latest version and is consistent with the DB
ui/src/db-tables/WorkflowsTable.ts:52
Method
listByIndex
( index: keyof Workflow, value: string, )
ui/src/db-tables/WorkflowsTable.ts:63
Method
load
()
ui/src/db-tables/WorkflowVersionsTable.ts:11
Method
load
()
ui/src/db-tables/UserSettingsTable.ts:86
Method
load
()
ui/src/db-tables/ModelsTable.ts:10
Method
load
()
ui/src/db-tables/FoldersTable.ts:16
Method
load
()
ui/src/db-tables/WorkflowsTable.ts:32
Method
load
()
ui/src/db-tables/ChangelogsTable.ts:12
Method
loadedGraphNode
* Allows the extension to modify a node that has been reloaded onto the graph. * If you break something in the backend and want to patch workflows
ui/src/types/comfy.d.ts:69
Method
loadedGraphNode
* Allows the extension to modify a node that has been reloaded onto the graph. * If you break something in the backend and want to patch workflows
ui/src/model-manager/comfy-types/comfy.d.ts:69
Method
mouse
* Called by `LGraphCanvas.processNodeWidgets` * https://github.com/jagenjo/litegraph.js/issues/76
ui/src/types/litegraph.d.ts:77
Function
moveFolder
( folderToBeMoved: string, newParentPath: string, )
ui/src/apis/TwowaySyncFolderApi.ts:27
Function
moveWorkflow
( workflow: Workflow, newParentFolderRelPath: string, )
ui/src/apis/TwowaySyncApi.ts:12
Function
move_file
(request)
service/file_sync_service.py:68
Function
move_file_sync
(reqJson)
service/file_sync_service.py:73
Function
move_folder
(request)
service/twoway_sync_folder_service.py:65
Function
move_folder_sync
(reqJson)
service/twoway_sync_folder_service.py:70
Method
nodeCreated
* Allows the extension to run code after the constructor of the node * @param node The node that has been created * @param app The ComfyUI app i
ui/src/types/comfy.d.ts:75
Method
nodeCreated
* Allows the extension to run code after the constructor of the node * @param node The node that has been created * @param app The ComfyUI app i
ui/src/model-manager/comfy-types/comfy.d.ts:75
Function
onClickInstallModels
()
ui/src/model-manager/missing-models-drawer/MissingModelsListDrawer.tsx:56
Function
onClickNewFile
(e: MouseEvent<HTMLButtonElement>)
ui/src/RecentFilesDrawer/FilesListFolderItemRightClickMenu.tsx:42
Function
onClickNewFolder
(e: MouseEvent<HTMLButtonElement>)
ui/src/RecentFilesDrawer/FilesListFolderItemRightClickMenu.tsx:34
Function
onDraggingFile
(file: Workflow | Folder)
ui/src/RecentFilesDrawer/RecentFilesDrawer.tsx:175
Function
onFolderOnTopChange
(e: ChangeEvent<HTMLInputElement>)
ui/src/settings/FolderOnTopSettings.tsx:16
Function
onIsDirty
()
ui/src/topbar/AppIsDirtyEventListener.tsx:114
Function
onLockChange
()
ui/src/RecentFilesDrawer/MoreActionMenu.tsx:41
Function
onOpen
()
ui/src/RecentFilesDrawer/AddTagToWorkflowPopover.tsx:47
Function
onOpenEditDirectory
()
ui/src/settings/SelectMyWorkflowsDir.tsx:75
Function
onOpenEnter
()
ui/src/settings/SelectMyWorkflowsDir.tsx:187
Function
onReset
()
ui/src/settings/SelectMyWorkflowsDir.tsx:141
Function
onSearchChange
(event: ChangeEvent<HTMLInputElement>)
ui/src/components/SpotlightSearch.tsx:72
Function
onShare
()
ui/src/share/ShareDialog.tsx:199
Function
onShowThumbnailsChange
(e: ChangeEvent<HTMLInputElement>)
ui/src/settings/ShowNsfwModelThumbnailSettings.tsx:21
Function
onTwoWaySyncChange
(e: any)
ui/src/settings/TwoWaySyncSettings.tsx:23
Function
openDeleteConfirm
(e: MouseEvent<HTMLButtonElement>)
ui/src/RecentFilesDrawer/FilesListFolderItemRightClickMenu.tsx:51
Function
open_workflow_file_browser
(request)
__init__.py:128
Function
populate_file_hash_dict
()
service/model_manager/model_list.py:64
Function
preview_file
(request)
service/media_service.py:53
Function
read_workflow_file
(path, id)
service/file_sync_service.py:122
Method
registerCustomNodes
* Allows the extension to register additional nodes with LGraph after standard nodes are added * @param app The ComfyUI app instance
ui/src/types/comfy.d.ts:61
Method
registerCustomNodes
* Allows the extension to register additional nodes with LGraph after standard nodes are added * @param app The ComfyUI app instance
ui/src/model-manager/comfy-types/comfy.d.ts:61
Function
removeModal
(event: MouseEvent)
ui/src/utils/showAlert.ts:28
Function
renameFolder
( folderRelPath: string, newName: string, )
ui/src/apis/TwowaySyncFolderApi.ts:89
Function
renameWorkflow
( { parentFolderID, name }: Pick<Workflow, "name" | "parentFolderID">, newName: string, )
ui/src/apis/TwowaySyncApi.ts:64
Function
rename_file
(request)
__init__.py:116
Function
rename_file
(request)
service/file_sync_service.py:52
Function
rename_file_sync
(reqJson)
service/file_sync_service.py:57
Function
rename_folder
(request)
service/twoway_sync_folder_service.py:48
Function
rename_folder_sync
(reqJson)
service/twoway_sync_folder_service.py:53
Function
resolveId
(source)
ui/vite.config.ts:7
Method
roundRect
like rect but rounded corners
ui/src/types/litegraph.d.ts:1492
Function
saveApiKey
()
ui/src/model-manager/install-models/AddApiKeyPopover.tsx:20
Function
saveWorkflow
(workflow: Workflow)
ui/src/apis/TwowaySyncApi.ts:89
Function
save_db
(request)
service/db_service.py:16
Function
save_file
(request)
service/file_sync_service.py:15
Function
save_file_sync
(reqJson)
service/file_sync_service.py:20
Function
save_images
(request)
service/file_sync_service.py:336
Function
save_settings
(request)
service/setting_service.py:33
← previous
next →
401–500 of 528, ranked by callers