From f15b9423c6f7606d6593c08d82ea9b4af215becc Mon Sep 17 00:00:00 2001 From: TSC <112517630+LucianoCirino@users.noreply.github.com> Date: Tue, 6 Jun 2023 23:00:10 -0500 Subject: [PATCH] Added requirements.txt and cache_settings.json --- cache_settings.json | 12 ++++++++++++ requirements.txt | 1 + 2 files changed, 13 insertions(+) create mode 100644 cache_settings.json create mode 100644 requirements.txt diff --git a/cache_settings.json b/cache_settings.json new file mode 100644 index 0000000..8dbc036 --- /dev/null +++ b/cache_settings.json @@ -0,0 +1,12 @@ +{ + "Efficient Loader": { + "ckpt": 1, + "vae": 1, + "lora": 1 + }, + "XY Plot": { + "ckpt": 5, + "vae": 5, + "lora": 5 + } +} diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..1717cc3 --- /dev/null +++ b/requirements.txt @@ -0,0 +1 @@ +simpleeval \ No newline at end of file