RPComfy / ComfyUI /tests-ui /utils /nopProxy.js
Metaphysix2's picture
Upload folder using huggingface_hub
3e5f61c
export const nop = new Proxy(function () {}, {
get: () => nop,
set: () => true,
apply: () => nop,
construct: () => nop,
});