Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
addsw11/obj_rem_inpaint_outpaint1
addsw11
/
obj_rem_inpaint_outpaint2
like
3
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
obj_rem_inpaint_outpaint2
/
ComfyUI
/
tests-ui
/
utils
/
nopProxy.js
Freak-ppa
Upload 532 files
2de3b69
verified
9 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
134 Bytes
export
const
nop =
new
Proxy
(
function
(
) {}, {
get
:
() =>
nop,
set
:
() =>
true
,
apply
:
() =>
nop,
construct
:
() =>
nop,
});