From 4f93cc7eda2674f9e2c5450ef48c2b4901784fd6 Mon Sep 17 00:00:00 2001 From: ExoPhantasm Date: Wed, 22 Feb 2023 10:21:49 +0000 Subject: [PATCH] Adds config file --- config.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 config.json diff --git a/config.json b/config.json new file mode 100644 index 000000000..b168872d2 --- /dev/null +++ b/config.json @@ -0,0 +1,9 @@ +{ + "ckpt_path": "", + "ckpt_cfg_path": "", + "lora_path": "", + "vae_path": "", + "controlnet_path": "", + "clip_path": "", + "ti_path": "" +}