From d80a2565e810265c7ba7f534f7794de1e36201ba Mon Sep 17 00:00:00 2001 From: Rob Ballantyne Date: Mon, 2 Sep 2024 11:40:07 +0100 Subject: [PATCH] Build ComfyUI v0.2.0 --- .github/workflows/docker-build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docker-build.yml b/.github/workflows/docker-build.yml index db3cfc6b..fb600abd 100644 --- a/.github/workflows/docker-build.yml +++ b/.github/workflows/docker-build.yml @@ -16,7 +16,7 @@ jobs: fail-fast: false matrix: build: - - {latest: "true", comfyui: "v0.0.8", python: "3.10", pytorch: "2.4.0"} + - {latest: "false", comfyui: "v0.2.0", python: "3.10", pytorch: "2.4.0"} steps: - name: Free Space @@ -98,7 +98,7 @@ jobs: fail-fast: false matrix: build: - - {latest: "true", comfyui: "v0.0.8", python: "3.10", pytorch: "2.3.1", cuda: "12.1.1-base"} + - {latest: "false", comfyui: "v0.2.0", python: "3.10", pytorch: "2.3.1", cuda: "12.1.1-base"} steps: - name: Free Space @@ -183,7 +183,7 @@ jobs: fail-fast: false matrix: build: - - {latest: "true", comfyui: "v0.0.8", python: "3.10", pytorch: "2.3.1", rocm: "6.0-runtime"} + - {latest: "false", comfyui: "v0.2.0", python: "3.10", pytorch: "2.3.1", rocm: "6.0-runtime"} steps: - name: Free Space