Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
nftnik
/
Redux
like
2
Running
on
Zero
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
3574f8b
Redux
/
ComfyUI
/
web
/
scripts
/
ui
/
utils.js
nftnik
Upload 767 files
692d024
verified
3 months ago
raw
Copy download link
history
blame
Safe
165 Bytes
// Shim for scripts/ui/utils.ts
export
const
applyClasses =
window
.
comfyAPI
.
utils
.
applyClasses
;
export
const
toggleElement =
window
.
comfyAPI
.
utils
.
toggleElement
;