Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
roshikhan301
/
NEWONE1
like
0
Diffusers
Safetensors
Model card
Files
Files and versions
xet
Community
Use this model
main
NEWONE1
/
invokeai
/
frontend
/
web
/
src
/
features
/
workflowLibrary
/
util
/
getWorkflowCopyName.ts
roshikhan301
Upload 2113 files
8a37e0a
verified
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
86 Bytes
export
const
getWorkflowCopyName = (
name
:
string
):
string
=>
`
${name.trim()}
(copy)`
;