Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
radames
/
LayerDiffuse-gradio-unofficial
like
75
Building
on
A10G
App
Files
Files
Community
4
461a5ae
LayerDiffuse-gradio-unofficial
/
ComfyUI
/
tests-ui
/
utils
/
nopProxy.js
radames
first
eb9ca51
8 months ago
raw
Copy download link
history
blame
Safe
128 Bytes
export
const
nop =
new
Proxy
(
function
(
) {}, {
get
:
() =>
nop,
set
:
() =>
true
,
apply
:
() =>
nop,
construct
:
() =>
nop,
});