From 891e4fd5afe49b6a39cc56dc8f69fc41331148e4 Mon Sep 17 00:00:00 2001 From: Karl Hudgell Date: Mon, 16 Dec 2024 15:55:32 +0000 Subject: [PATCH] reworked config file names --- config.json => app_config.json | 0 user_config.cfg | 8 ++++++++ config.cfg.sample => user_config.cfg.sample | 0 3 files changed, 8 insertions(+) rename config.json => app_config.json (100%) create mode 100644 user_config.cfg rename config.cfg.sample => user_config.cfg.sample (100%) diff --git a/config.json b/app_config.json similarity index 100% rename from config.json rename to app_config.json diff --git a/user_config.cfg b/user_config.cfg new file mode 100644 index 0000000..98e16d6 --- /dev/null +++ b/user_config.cfg @@ -0,0 +1,8 @@ +[general] +football_manager_version = 2024 +output_dir = ./generated_images/ + +[comfyui] +# comfyui_url = http://192.168.4.102:8188 +comfyui_url = http://192.168.4.110:8188 +model = realisticVisionV60B1_v51HyperVAE.safetensors \ No newline at end of file diff --git a/config.cfg.sample b/user_config.cfg.sample similarity index 100% rename from config.cfg.sample rename to user_config.cfg.sample