Files
flux-webui/clearcache.js
2024-08-11 17:11:39 +12:00

9 lines
121 B
JavaScript

module.exports = {
run: [{
method: "fs.rm",
params: {
path: "cache/GRADIO_TEMP_DIR"
}
}]
}