mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 17:24:32 +02:00
Move cache clear to Image Options in settings
This commit is contained in:
@@ -11,10 +11,6 @@ const monitoredOpts = [
|
||||
{ sd_backend: () => gradioApp().getElementById('refresh_sd_model_checkpoint')?.click() },
|
||||
];
|
||||
|
||||
function monitorOption(option, callback) {
|
||||
monitoredOpts.push({ [option]: callback });
|
||||
}
|
||||
|
||||
const AppyOpts = [
|
||||
{ compact_view: (val, old) => toggleCompact(val, old) },
|
||||
{ gradio_theme: (val, old) => setTheme(val, old) },
|
||||
|
||||
Reference in New Issue
Block a user