From bd200e751443802fdf4a81b5aa65fcacf5e21e69 Mon Sep 17 00:00:00 2001 From: TSC <112517630+LucianoCirino@users.noreply.github.com> Date: Sun, 11 Jun 2023 18:00:18 -0500 Subject: [PATCH] Add files via upload --- node_settings.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 node_settings.json diff --git a/node_settings.json b/node_settings.json new file mode 100644 index 0000000..cc24cd0 --- /dev/null +++ b/node_settings.json @@ -0,0 +1,22 @@ +{ + "Efficient Loader": { + "model_cache": { + "ckpt": 1, + "vae": 1, + "lora": 1 + } + }, + "KSampler (Efficient)": { + "xyplot_as_output_image": false, + "vae_tiled": false + }, + "XY Plot": { + "model_cache": { + "ckpt": 5, + "vae": 5, + "lora": 5 + }, + "vae_tiled": false + } +} +