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
/
png.js
Nef Caballero
init commit
753dcdd
3 months ago
raw
Copy download link
history
blame
Safe
172 Bytes
// Shim for scripts/metadata/png.ts
export
const
getFromPngBuffer =
window
.
comfyAPI
.
png
.
getFromPngBuffer
;
export
const
getFromPngFile =
window
.
comfyAPI
.
png
.
getFromPngFile
;