diff --git a/manifest.json b/manifest.json index 7d9acd8..670685d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "auto.photoshop.stable.diffusion.plugin", "name": "Auto Photoshop Stable Diffusion Plugin", - "version": "1.0.7", + "version": "1.0.8", "host": [ { "app": "PS", diff --git a/start_server.bat b/start_server.bat index e1410df..4d53bd0 100644 --- a/start_server.bat +++ b/start_server.bat @@ -1,4 +1,6 @@ @REM @echo off +git pull + set SD_URL=http://127.0.0.1:7860 echo does server_env\ exist