Remove omegaconf dependency and some ci changes.

This commit is contained in:
comfyanonymous
2023-03-13 14:49:18 -04:00
parent 80665081e0
commit 54dbfaf2ec
8 changed files with 26 additions and 22 deletions

View File

@@ -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

View File

@@ -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 ./