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
↓ 69 callers
Method
get
(id: string)
ui/src/db-tables/TableBase.ts:100
↓ 41 callers
Method
getSetting
( key: K, )
ui/src/db-tables/UserSettingsTable.ts:43
↓ 31 callers
Function
fetchApi
( route: string, options?: RequestInit, )
ui/src/Api.ts:5
↓ 29 callers
Method
filter
(filterFn: (obj: T) => boolean)
ui/src/db-tables/TableBase.ts:69
↓ 19 callers
Function
get_my_workflows_dir
()
service/setting_service.py:47
↓ 15 callers
Method
upsert
(newPairs: Partial<UserSettings>)
ui/src/db-tables/UserSettingsTable.ts:66
↓ 14 callers
Method
load
()
ui/src/db-tables/tagsTable.ts:12
↓ 13 callers
Method
listAll
()
ui/src/db-tables/TableBase.ts:64
↓ 12 callers
Method
updateMetaInfo
( id: string, change: Omit<Partial<Workflow>, "id" | "name" | "parentFolderID" | "json">, )
ui/src/db-tables/WorkflowsTable.ts:158
↓ 11 callers
Method
get
( id: string, fetchJsonContentOnDisk = true, //if false, only get the meta info from indexdb )
ui/src/db-tables/WorkflowsTable.ts:333
↓ 10 callers
Method
add
( newItem: Omit<T, "id" | "createTime"> & Partial<Pick<T, "id" | "createTime">>, )
ui/src/db-tables/TableBase.ts:37
↓ 10 callers
Function
loadWorkflowID
( id: string | null, versionID?: string | null, forceLoad: boolean = false, )
ui/src/App.tsx:233
↓ 9 callers
Function
onClose
()
ui/src/components/SpotlightSearch.tsx:46
↓ 8 callers
Method
delete
(id: string)
ui/src/db-tables/TableBase.ts:105
↓ 8 callers
Function
sanitizeRelPath
(path: string)
ui/src/utils/OsPathUtils.ts:16
↓ 7 callers
Function
isFolder
(n: Folder | Workflow)
ui/src/db-tables/WorkspaceDB.ts:21
↓ 7 callers
Method
put
(newItem: T)
ui/src/db-tables/TableBase.ts:51
↓ 7 callers
Function
setCurFlowIDAndName
(workflow: Workflow | null)
ui/src/App.tsx:102
↓ 7 callers
Function
sortFileItem
( items: T[], sortType: ESortTypes = ESortTypes.RECENTLY_MODIFIED, )
ui/src/utils.tsx:145
↓ 7 callers
Method
update
(id: string, changes: Partial<T>)
ui/src/db-tables/TableBase.ts:59
↓ 7 callers
Function
useDialog
()
ui/src/components/AlertDialogProvider.tsx:40
↓ 7 callers
Function
useStateRef
(initialState?: S | (() => S))
ui/src/customHooks/useStateRef.ts:23
↓ 6 callers
Method
create
(input: { localPath: string; workflowID: string; })
ui/src/db-tables/MediaTable.ts:20
↓ 6 callers
Method
createFlow
( input: Partial<Workflow>, )
ui/src/db-tables/WorkflowsTable.ts:115
↓ 6 callers
Function
formatTimestamp
( unixTimestamp: number, showSec: boolean = false, )
ui/src/model-manager/utils.tsx:3
↓ 6 callers
Function
getFileCreateTime
(path)
service/scan_my_workflows_folder.py:94
↓ 6 callers
Function
readInt
( offset: number, isLittleEndian: boolean | undefined, length: number, )
ui/src/utils/mediaMetadataUtils.ts:62
↓ 4 callers
Method
generateUniqueName
(name?: string, parentFolderID?: string)
ui/src/db-tables/FoldersTable.ts:145
↓ 4 callers
Function
isInTopField
( topFields: TopFieldType[], item: Pick<FormItem, "name" | "promptKey" | "classType">, )
ui/src/gallery/components/MetaBox/MetadataForm.tsx:21
↓ 4 callers
Function
joinRelPath
(...segments: string[])
ui/src/utils/OsPathUtils.ts:11
↓ 4 callers
Function
loadData
()
ui/src/share/ShareDialog.tsx:111
↓ 4 callers
Function
loadFilePath
( relativePath: string, overwriteCurrent: boolean = false, )
ui/src/App.tsx:299
↓ 4 callers
Function
loadLatestWorkflows
()
ui/src/RecentFilesDrawer/RecentFilesDrawer.tsx:70
↓ 4 callers
Function
loadWorkflowIDImpl
(id: string, versionID?: string | null)
ui/src/App.tsx:201
↓ 4 callers
Function
setCurMedia
()
ui/src/gallery/GalleryContext.ts:15
↓ 3 callers
Method
_update
( id: string, change: Partial<Workflow>, )
ui/src/db-tables/WorkflowsTable.ts:164
↓ 3 callers
Function
changeSelectIndex
(num: number)
ui/src/components/SpotlightSearch.tsx:151
↓ 3 callers
Method
deleteFlow
(id: string)
ui/src/db-tables/WorkflowsTable.ts:282
↓ 3 callers
Function
fetchCivitModelFromHashKey
(filehash: string)
ui/src/utils/civitUtils.ts:47
↓ 3 callers
Function
fetchMyWorkflowsDir
()
ui/src/Api.ts:119
↓ 3 callers
Method
get
(_id: string)
ui/src/db-tables/UserSettingsTable.ts:57
↓ 3 callers
Function
getAllFoldersList
()
ui/src/Api.ts:147
↓ 3 callers
Function
getDir
(root?: string)
ui/src/settings/SelectMyWorkflowsDir.tsx:55
↓ 3 callers
Function
getNodeDefs
()
ui/src/share/shareUtils.tsx:28
↓ 3 callers
Function
getTwoWaySync
()
ui/src/settings/TwoWaySyncSettings.tsx:11
↓ 3 callers
Function
getWorkflowRelPath
(workflow: Workflow)
ui/src/utils/OsPathUtils.ts:33
↓ 3 callers
Function
get_settings
()
service/setting_service.py:17
↓ 3 callers
Method
listAll
(sortBy?: ESortTypes)
ui/src/db-tables/WorkflowsTable.ts:361
↓ 3 callers
Method
listByWorkflowID
(workflowID: string)
ui/src/db-tables/MediaTable.ts:11
↓ 3 callers
Function
onOpen
(fileInfo: RecentlyOpenedFile)
ui/src/components/SpotlightSearch.tsx:50
↓ 3 callers
Method
saveDiskDB
()
ui/src/db-tables/TableBase.ts:14
↓ 3 callers
Function
scanLocalFiles
( path: string, recursive = false, metaInfoOnly = false, )
ui/src/apis/TwowaySyncApi.ts:260
↓ 3 callers
Function
send_ws
(event, data)
service/model_manager/model_installer.py:249
↓ 3 callers
Function
submitChange
(text: string)
ui/src/settings/CloudHostSetting.tsx:18
↓ 3 callers
Method
updateFolder
(id: string, change: Pick<Workflow, "parentFolderID">)
ui/src/db-tables/WorkflowsTable.ts:178
↓ 2 callers
Function
KBtoGB
(kilobytes: number, decimalPlaces: number = 1)
ui/src/model-manager/utils.tsx:25
↓ 2 callers
Method
batchCreateFlows
* Add flows in batches * @param flowList Need to add a new flow list * @param isOverwriteExistingFile By automatically scanning the newly added
ui/src/db-tables/WorkflowsTable.ts:233
↓ 2 callers
Function
batchOperationCallback
(type: string, value: unknown)
ui/src/RecentFilesDrawer/RecentFilesDrawer.tsx:154
↓ 2 callers
Method
bulkPut
(newItems: T[])
ui/src/db-tables/TableBase.ts:55
↓ 2 callers
Function
downloadModels
(folderPath: string, downloadUrl?: string)
ui/src/model-manager/install-models/InstallModelsModal.tsx:74
↓ 2 callers
Function
downloadWorkflowsZip
(selectedList: Array<Workflow>)
ui/src/utils/downloadWorkflowsZip.ts:8
↓ 2 callers
Function
executeCommand
(command, workingDirectory = '../')
scripts/setupGitHooks.js:35
↓ 2 callers
Function
fetchCloudWorkflowPrivacy
( workflow: Workflow, )
ui/src/share/shareUtils.tsx:61
↓ 2 callers
Function
findSfwImage
( images?: T[], fallback?: boolean, )
ui/src/utils/findSfwImage.ts:9
↓ 2 callers
Method
generateUniqueName
(name?: string, parentFolderID?: string)
ui/src/db-tables/WorkflowsTable.ts:79
↓ 2 callers
Function
generateUrlHashWithFlowId
(id: string)
ui/src/utils.tsx:297
↓ 2 callers
Function
getCivitApiKey
()
ui/src/utils/civitUtils.ts:4
↓ 2 callers
Function
getCurDateString
()
ui/src/share/shareUtils.tsx:101
↓ 2 callers
Function
getData
(list: Workflow[])
ui/src/components/SpotlightSearch.tsx:129
↓ 2 callers
Function
getFileEssential
( version?: CivitiModelVersion | SearchModelVersion, modelName?: string, )
ui/src/model-manager/install-models/util/modelTypes.ts:63
↓ 2 callers
Method
getLastestByWorkflowID
(workflowID: string)
ui/src/db-tables/ChangelogsTable.ts:25
↓ 2 callers
Function
getPathSep
()
ui/src/utils/OsPathUtils.ts:9
↓ 2 callers
Function
getPngMetadata
(file: File)
ui/src/utils/mediaMetadataUtils.ts:1
↓ 2 callers
Function
getSetting
()
ui/src/settings/CommonCheckboxSettings.tsx:20
↓ 2 callers
Function
getSetting
()
ui/src/settings/AutosaveSetting.tsx:10
↓ 2 callers
Function
getSettings
()
ui/src/settings/FolderOnTopSettings.tsx:10
↓ 2 callers
Function
getSettings
()
ui/src/settings/CloudHostSetting.tsx:9
↓ 2 callers
Function
getShortcut
()
ui/src/settings/ShortcutSettings.tsx:73
↓ 2 callers
Function
getSystemDir
(root?: string)
ui/src/Api.ts:86
↓ 2 callers
Function
getWorkflowIdInUrlHash
()
ui/src/utils.tsx:286
↓ 2 callers
Function
get_thumbnail_for_image_file
(file_path: Path)
service/model_manager/model_preview.py:30
↓ 2 callers
Function
installModelsApi
(target: InstallModelsApiInput)
ui/src/model-manager/api/modelsApi.ts:16
↓ 2 callers
Function
isCivitModel
( model: CivitiModel | SearchHit, )
ui/src/model-manager/install-models/util/modelTypes.ts:42
↓ 2 callers
Function
isExistingModel
( model: ModelDep | { existingModel: string }, )
ui/src/model-manager/missing-models-drawer/MissingModelItem.tsx:78
↓ 2 callers
Function
isImageFormat
(fileName: string)
ui/src/utils.tsx:271
↓ 2 callers
Method
listByIndex
(index: keyof T, value: string)
ui/src/db-tables/TableBase.ts:108
↓ 2 callers
Method
listFolderContent
( folderID?: string, // undefined if root folder sortBy?: ESortTypes, )
ui/src/db-tables/WorkflowsTable.ts:309
↓ 2 callers
Function
loadNewWorkflow
(input?: { json?: string; name?: string })
ui/src/App.tsx:289
↓ 2 callers
Function
loadTags
()
ui/src/RecentFilesDrawer/ManageTagsModal.tsx:19
↓ 2 callers
Function
loadVersions
()
ui/src/components/VersionHistoryDrawer.tsx:57
↓ 2 callers
Function
onBlur
()
ui/src/settings/CommonNumberSetting.tsx:29
↓ 2 callers
Function
onClick
(type: string)
ui/src/RecentFilesDrawer/ImportFlowsFileInput.tsx:37
↓ 2 callers
Function
onCloseEditDirectory
()
ui/src/settings/SelectMyWorkflowsDir.tsx:88
↓ 2 callers
Function
onCloseModal
()
ui/src/components/EditFlowName.tsx:72
↓ 2 callers
Function
onDelete
(id: string)
ui/src/components/VersionHistoryDrawer.tsx:93
↓ 2 callers
Function
onDirJump
(index: number, nextDir?: string)
ui/src/settings/SelectMyWorkflowsDir.tsx:147
↓ 2 callers
Function
onOpen
()
ui/src/components/HoverMenu.tsx:16
↓ 2 callers
Function
onSubmit
(manualEntry?: string)
ui/src/settings/SelectMyWorkflowsDir.tsx:120
↓ 2 callers
Function
onUpdateSearchValue
(newValue: string)
ui/src/RecentFilesDrawer/RecentFilesDrawer.tsx:182
↓ 2 callers
Function
openDatabase
()
ui/src/db-tables/IndexDBUtils.ts:7
next →
1–100 of 528, ranked by callers