1
mirror of https://github.com/comfyanonymous/ComfyUI.git synced 2025-08-03 23:49:57 +08:00

Compare commits

..

1 Commits

Author SHA1 Message Date
comfyanonymous
10024a38ea ComfyUI version v0.3.35 2025-05-21 04:50:37 -04:00
3 changed files with 30 additions and 30 deletions

View File

@@ -20,9 +20,9 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
os: [macos, linux, windows] # os: [macos, linux, windows]
# os: [macos, linux] os: [macos, linux]
python_version: ["3.10", "3.11", "3.12"] python_version: ["3.9", "3.10", "3.11", "3.12"]
cuda_version: ["12.1"] cuda_version: ["12.1"]
torch_version: ["stable"] torch_version: ["stable"]
include: include:
@@ -32,9 +32,9 @@ jobs:
- os: linux - os: linux
runner_label: [self-hosted, Linux] runner_label: [self-hosted, Linux]
flags: "" flags: ""
- os: windows # - os: windows
runner_label: [self-hosted, Windows] # runner_label: [self-hosted, Windows]
flags: "" # flags: ""
runs-on: ${{ matrix.runner_label }} runs-on: ${{ matrix.runner_label }}
steps: steps:
- name: Test Workflows - name: Test Workflows
@@ -46,28 +46,28 @@ jobs:
google_credentials: ${{ secrets.GCS_SERVICE_ACCOUNT_JSON }} google_credentials: ${{ secrets.GCS_SERVICE_ACCOUNT_JSON }}
comfyui_flags: ${{ matrix.flags }} comfyui_flags: ${{ matrix.flags }}
test-win-nightly: # test-win-nightly:
strategy: # strategy:
fail-fast: true # fail-fast: true
matrix: # matrix:
os: [windows] # os: [windows]
python_version: ["3.10", "3.11", "3.12"] # python_version: ["3.9", "3.10", "3.11", "3.12"]
cuda_version: ["12.1"] # cuda_version: ["12.1"]
torch_version: ["nightly"] # torch_version: ["nightly"]
include: # include:
- os: windows # - os: windows
runner_label: [self-hosted, Windows] # runner_label: [self-hosted, Windows]
flags: "" # flags: ""
runs-on: ${{ matrix.runner_label }} # runs-on: ${{ matrix.runner_label }}
steps: # steps:
- name: Test Workflows # - name: Test Workflows
uses: comfy-org/comfy-action@main # uses: comfy-org/comfy-action@main
with: # with:
os: ${{ matrix.os }} # os: ${{ matrix.os }}
python_version: ${{ matrix.python_version }} # python_version: ${{ matrix.python_version }}
torch_version: ${{ matrix.torch_version }} # torch_version: ${{ matrix.torch_version }}
google_credentials: ${{ secrets.GCS_SERVICE_ACCOUNT_JSON }} # google_credentials: ${{ secrets.GCS_SERVICE_ACCOUNT_JSON }}
comfyui_flags: ${{ matrix.flags }} # comfyui_flags: ${{ matrix.flags }}
test-unix-nightly: test-unix-nightly:
strategy: strategy:

View File

@@ -1,3 +1,3 @@
# This file is automatically generated by the build process when version is # This file is automatically generated by the build process when version is
# updated in pyproject.toml. # updated in pyproject.toml.
__version__ = "0.3.34" __version__ = "0.3.35"

View File

@@ -1,6 +1,6 @@
[project] [project]
name = "ComfyUI" name = "ComfyUI"
version = "0.3.34" version = "0.3.35"
readme = "README.md" readme = "README.md"
license = { file = "LICENSE" } license = { file = "LICENSE" }
requires-python = ">=3.9" requires-python = ">=3.9"