MCPcopy Create free account

hub / github.com/11cafe/comfyui-workspace-manager / functions

Functions528 in github.com/11cafe/comfyui-workspace-manager

↓ 1 callersFunctiononSubmit
()
ui/src/components/CreateVersionDialog.tsx:41
↓ 1 callersFunctiononSubmit
()
ui/src/components/DropdownTitle.tsx:90
↓ 1 callersFunctiononSubmit
()
ui/src/components/EditFlowName.tsx:49
↓ 1 callersFunctionopenWorkflow
(evt: OpenWorkflowEvent, origin: string)
ui/src/model-manager/hooks/ServerEventListener.ts:12
↓ 1 callersFunctionopenWorkflowsFolder
()
ui/src/Api.ts:104
↓ 1 callersFunctionparseExifData
(exifData: any)
ui/src/utils/mediaMetadataUtils.ts:57
↓ 1 callersFunctionparseIFD
(offset: number)
ui/src/utils/mediaMetadataUtils.ts:84
↓ 1 callersFunctionparse_wget_output
Parse wget output to extract and return the download progress.
service/model_manager/model_installer.py:66
↓ 1 callersFunctionpreview_file
(filename: str)
service/model_manager/model_preview.py:9
↓ 1 callersFunctionprocess_file
(folder, file)
service/model_manager/model_list.py:46
↓ 1 callersFunctionpushToCloud
(imageDeps?: DepsResult["images"])
ui/src/share/ShareDialog.tsx:133
↓ 1 callersFunctionreFetchThumbnails
()
ui/src/settings/ShowNsfwModelThumbnailSettings.tsx:34
↓ 1 callersFunctionreadDataFromDatabase
()
ui/src/db-tables/IndexDBUtils.ts:49
↓ 1 callersFunctionread_table
(table)
service/db_service.py:33
↓ 1 callersFunctionrenderSearchResult
()
ui/src/components/SpotlightSearch.tsx:84
↓ 1 callersFunctionrestoreCurWorkflow
()
ui/src/topbar/AppIsDirtyEventListener.tsx:62
↓ 1 callersFunctionrewriteImportPlugin
({ isDev })
ui/vite.config.ts:4
↓ 1 callersFunctionrun_script
(cmd, cwd='.')
service/model_manager/nodes_installer.py:69
↓ 1 callersFunctionsanitizeNodeName
(string: string)
ui/src/utils.tsx:10
↓ 1 callersFunctionsaveDB
(table: Table, jsonData: string)
ui/src/Api.ts:31
↓ 1 callersFunctionsaveDirectory
( newPath: string, needCopy: boolean = false, isManualEntry: boolean = false, )
ui/src/settings/SelectMyWorkflowsDir.tsx:94
↓ 1 callersFunctionsaveNewWorkflow
()
ui/src/topbar/TopbarNewWorkflowButton.tsx:12
↓ 1 callersFunctionsave_file_hash
(file_path, file_hash)
service/model_manager/model_list.py:31
↓ 1 callersFunctionscanFileIsFolder
( scanFile: ScanLocalFile | ScanLocalFolder, )
ui/src/utils/twowaySyncUtils.ts:75
↓ 1 callersFunctionscanMyWorkflowsDir
( parentFolderID: string | null, sortBy?: ESortTypes, )
ui/src/utils/twowaySyncUtils.ts:13
↓ 1 callersFunctionsend_download_status
(data)
service/model_manager/model_installer.py:235
↓ 1 callersFunctionsetCivitApiKey
(apiKey: string)
ui/src/utils/civitUtils.ts:8
↓ 1 callersFunctionshowSaveOrDiscardCurWorkflowDialog
(newIDToLoad?: string)
ui/src/App.tsx:256
↓ 1 callersFunctionupdateDefaultFolders
( modelType: MODEL_TYPE, newFolder: string, )
ui/src/model-manager/install-models/InstallModelsModal.tsx:124
↓ 1 callersMethodupdateFlow
(id: string, input: Pick<Workflow, "json">)
ui/src/db-tables/WorkflowsTable.ts:202
↓ 1 callersMethodupdateLastOpenedTime
(id: string)
ui/src/db-tables/WorkflowsTable.ts:382
↓ 1 callersMethodupdateName
(id: string, change: Pick<Workflow, "name">)
ui/src/db-tables/WorkflowsTable.ts:193
↓ 1 callersFunctionupdateTopField
(field: TopFieldType)
ui/src/gallery/components/MetaBox/MetadataForm.tsx:63
↓ 1 callersFunctionuseUpdateModels
()
ui/src/model-manager/hooks/useUpdateModels.ts:7
↓ 1 callersFunctionwaitForApp
()
ui/src/utils/comfyapp.ts:7
↓ 1 callersFunctionwaitForDocumentBody
()
ui/src/main.tsx:85
FunctionAddApiKeyPopover
()
ui/src/model-manager/install-models/AddApiKeyPopover.tsx:16
FunctionAddTagToWorkflowPopover
({ workflow }: Props)
ui/src/RecentFilesDrawer/AddTagToWorkflowPopover.tsx:24
FunctionAlertDialogProvider
({ children, })
ui/src/components/AlertDialogProvider.tsx:48
FunctionAllPromptForm
()
ui/src/gallery/components/AllPromptForm/AllPromptForm.tsx:8
FunctionApp
()
ui/src/App.tsx:39
FunctionAppIsDirtyEventListener
()
ui/src/topbar/AppIsDirtyEventListener.tsx:13
FunctionAutosaveSetting
()
ui/src/settings/AutosaveSetting.tsx:6
FunctionCSSPolyfill
()
ui/src/MyCSSReset.tsx:34
FunctionCSSReset
({ scope = "" }: CSSResetProps)
ui/src/MyCSSReset.tsx:43
FunctionCarousel
({ setMediaAct, media, currentNum, })
ui/src/components/Carousel/Carousel.tsx:17
FunctionCheckboxBase
(props)
ui/src/gallery/components/FormItem/CheckboxBase.tsx:11
FunctionChooseFolder
({ isOpen, fileSelected, onClose, selectFolder, }: ChooseFolderProps)
ui/src/model-manager/install-models/ChooseFolder.tsx:23
FunctionCloudHostSetting
()
ui/src/settings/CloudHostSetting.tsx:5
FunctionCommonCheckboxSettings
({ settingKey, text, defaultChecked = false, }: Props)
ui/src/settings/CommonCheckboxSettings.tsx:12
FunctionCommonNumberSetting
({ label, settingKey, }: { label: string; settingKey: keyof UserSettings; })
ui/src/settings/CommonNumberSetting.tsx:12
FunctionCopyShareLinkMenuItem
({ curFlow, }: { curFlow: Workflow; })
ui/src/components/CopyShareLinkMenuItem.tsx:8
FunctionCreateVersionDialog
({ onClose }: Props)
ui/src/components/CreateVersionDialog.tsx:28
FunctionCreateVersionLogin
({ onClose, }: { onClose: () => void; })
ui/src/versionHistory/CreateVersionLogin.tsx:16
FunctionCustomAccordionPanel
({ title, children, }: { title: string; children: React.ReactNode; })
ui/src/gallery/components/AllPromptForm/AllPromptForm.tsx:95
FunctionCustomMenu
({ options, menuButton, isOpen, onClose, }: Props)
ui/src/components/CustomMenu.tsx:10
FunctionCustomSelector
({ options, value, onChange, }: Props<T>)
ui/src/components/CustomSelector.tsx:16
FunctionDeleteConfirm
(props: Props)
ui/src/components/DeleteConfirm.tsx:24
FunctionDraggable
({ children, onDragEnd, dragIconId, }: PropsWithChildren<Props>)
ui/src/components/Draggable.tsx:16
FunctionDropdownTitle
()
ui/src/components/DropdownTitle.tsx:53
FunctionEditFlowName
({ displayName, updateFlowName, isDirty, }: Props)
ui/src/components/EditFlowName.tsx:29
FunctionEditFolderNameModal
({ folder, onclose }: Props)
ui/src/components/EditFolderName.tsx:25
FunctionEnableTwoWaySyncConfirm
({ myWorkflowsDir, }: { myWorkflowsDir: string; })
ui/src/settings/EnableTwowaySyncConfirm.tsx:5
FunctionFilesListFolderItemRightClickMenu
({ menuPosition, isopen, folder, onClose, }: Props)
ui/src/RecentFilesDrawer/FilesListFolderItemRightClickMenu.tsx:24
FunctionFolderOnTopSettings
()
ui/src/settings/FolderOnTopSettings.tsx:6
FunctionFormItemComponent
({ inputItem, })
ui/src/gallery/components/FormItem/FormItemComponent.tsx:77
FunctionGalleryCarouselImageViewer
({ mediaList }: MetaDataInfoProps)
ui/src/gallery/components/GalleryCarouselImageViewer.tsx:14
FunctionGalleryGridView
({ searchQuery, }: { searchQuery: string; })
ui/src/gallery/components/GalleryGridView.tsx:8
FunctionGalleryMediaItem
({ media, isSelecting, selectedID, onClickMedia, })
ui/src/gallery/components/GalleryMediaItem.tsx:27
FunctionGalleryModal
({ onclose }: { onclose: () => void })
ui/src/gallery/GalleryModal.tsx:25
FunctionGalleryRightCol
({ media }: { media?: MediaWithMetaData })
ui/src/gallery/components/GalleryRightCol.tsx:10
FunctionGalleryRightColHeaderButtons
({ media, }: { media?: MediaWithMetaData; })
ui/src/gallery/components/GalleryRightColHeaderButtons.tsx:27
FunctionHoverMenu
({ menuButton, menuContent, onClose }: Props)
ui/src/components/HoverMenu.tsx:9
FunctionImportFlowsFileInput
({ parentFolderID, onlyImportFile = false, }: Props)
ui/src/RecentFilesDrawer/ImportFlowsFileInput.tsx:29
FunctionInatallModelsModal
({ onclose: onCloseInstallModelsModal, searchQuery: searchQueryProp = "", modelType: modelTypeProp, }: P
ui/src/model-manager/install-models/InstallModelsModal.tsx:43
FunctionInputBase
({ inputItem })
ui/src/gallery/components/FormItem/InputBase.tsx:11
FunctionInputSlider
(props)
ui/src/gallery/components/FormItem/InputSlider.tsx:22
FunctionInstallMissingModelsButton
({}: Props)
ui/src/model-manager/topbar/InstallMissingModelsButton.tsx:27
FunctionInstallModelSearchBar
({ searchQuery, setSearchQuery, onSearch, }: { searchQuery: string; setSearchQuery: (query: string)
ui/src/model-manager/install-models/InstallModelSearchBar.tsx:3
FunctionInstallModelsButton
()
ui/src/model-manager/install-models/InstallModelsButton.tsx:5
FunctionInstallProgress
()
ui/src/model-manager/install-models/InstallProgress.tsx:17
FunctionItemsList
({ items, }: { items: Array<Folder | Workflow>; })
ui/src/RecentFilesDrawer/ItemsList.tsx:14
FunctionManageTagsModal
({ onclose }: { onclose: () => void })
ui/src/RecentFilesDrawer/ManageTagsModal.tsx:17
FunctionMediaPreview
({ mediaLocalPath, size, isPreview, autoPlay, hideBrokenImage, objectFit, onBrokenLink, }: Props
ui/src/components/MediaPreview.tsx:14
FunctionMetadataForm
({ media }: { media: Media | null })
ui/src/gallery/components/MetaBox/MetadataForm.tsx:33
FunctionMissingModelItem
({ model, selectedModelDeps, setSelectedModelDeps, foldersList, setFoldersList, }: Props)
ui/src/model-manager/missing-models-drawer/MissingModelItem.tsx:41
FunctionMissingModelsListDrawer
({ onClose, missingModels, }: Props)
ui/src/model-manager/missing-models-drawer/MissingModelsListDrawer.tsx:33
FunctionModelCard
({ model, onClickInstallModel, installing, }: ModelCardProps)
ui/src/model-manager/install-models/ModelCard.tsx:30
FunctionModelDropEventListener
()
ui/src/model-manager/topbar/ModelDropEventListener.tsx:4
FunctionModelItem
({ data }: Props)
ui/src/model-manager/models-list-drawer/ModelItem.tsx:21
FunctionModelManagerTopbar
()
ui/src/model-manager/topbar/ModelManagerTopbar.tsx:16
FunctionModelsList
({ list }: Props)
ui/src/model-manager/models-list-drawer/ModelsList.tsx:9
FunctionModelsListDrawer
({ onClose }: Props)
ui/src/model-manager/models-list-drawer/ModelsListDrawer.tsx:29
FunctionModelsTags
({ selectedModel, setSelectedModel, modelTypeList, }: Props)
ui/src/model-manager/models-list-drawer/ModelsTags.tsx:9
FunctionMoreActionMenu
({ workflow }: Props)
ui/src/RecentFilesDrawer/MoreActionMenu.tsx:34
FunctionMultipleSelectionOperation
(props: Props)
ui/src/RecentFilesDrawer/MultipleSelectionOperation.tsx:16
FunctionMyTagsRow
({ setSelectedTag, selectedTag }: Props)
ui/src/RecentFilesDrawer/MyTagsRow.tsx:12
FunctionNoSupport
(props)
ui/src/gallery/components/FormItem/NoSupport.tsx:5
FunctionOverlay
({ backgroundColor, }: { backgroundColor?: string | null; })
ui/src/components/Overlay.tsx:1
FunctionOverlay
({ backgroundColor, }: { backgroundColor?: string | null; })
ui/src/model-manager/components/Overlay.tsx:1
← previousnext →201–300 of 528, ranked by callers