Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
nef7
/
my-comfyui-workflow
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
287b3e7
my-comfyui-workflow
/
web
/
scripts
/
metadata
/
flac.js
Nef Caballero
init commit
753dcdd
3 months ago
raw
Copy download link
history
blame
Safe
179 Bytes
// Shim for scripts/metadata/flac.ts
export
const
getFromFlacBuffer =
window
.
comfyAPI
.
flac
.
getFromFlacBuffer
;
export
const
getFromFlacFile =
window
.
comfyAPI
.
flac
.
getFromFlacFile
;