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