NEWONE1 / invokeai /frontend /web /src /features /workflowLibrary /util /getWorkflowCopyName.ts
roshikhan301's picture
Upload 2113 files
8a37e0a verified
export const getWorkflowCopyName = (name: string): string => `${name.trim()} (copy)`;