diff --git a/.env b/.env deleted file mode 100644 index 10a259b..0000000 --- a/.env +++ /dev/null @@ -1,4 +0,0 @@ -LLM_BASE_URL=http://192.168.1.117:1234/ -LOG_LEVEL=INFO -COMFY_BASE_URL=http://localhost:8189/ -COMFY_OUTPUT_DIR=D:\projects\Comfy2\ComfyUI\output \ No newline at end of file diff --git a/.gitignore b/.gitignore index e746668..a1b49da 100644 --- a/.gitignore +++ b/.gitignore @@ -20,4 +20,5 @@ yarn-error.log* # Downloaded images /download/ -/generated/ \ No newline at end of file +/generated/ +.env \ No newline at end of file