mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-09-14 13:35:05 +00:00
Remove omegaconf dependency and some ci changes.
This commit is contained in:
13
.github/workflows/windows_release.yml
vendored
13
.github/workflows/windows_release.yml
vendored
@@ -25,10 +25,11 @@ jobs:
|
||||
.\setup_windows_zip.ps1
|
||||
ls
|
||||
|
||||
- uses: "marvinpinto/action-automatic-releases@latest"
|
||||
- name: Upload binaries to release
|
||||
uses: svenstaro/upload-release-action@v2
|
||||
with:
|
||||
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
automatic_release_tag: "latest"
|
||||
prerelease: true
|
||||
title: "ComfyUI Standalone Portable Windows Build (For NVIDIA or CPU only)"
|
||||
files: ComfyUI_windows_portable_nvidia_or_cpu.7z
|
||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
file: ComfyUI_windows_portable_nvidia_or_cpu.7z
|
||||
tag: "latest"
|
||||
overwrite: true
|
||||
|
||||
|
@@ -17,7 +17,9 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.10.9'
|
||||
- run: |
|
||||
cd ..
|
||||
cp ComfyUI/.ci/setup_windows_zip_nightly_pytorch.ps1 ./
|
||||
|
Reference in New Issue
Block a user