Revert "Add integration test for Linux with Nvidia GPU. #3884 (#3895)" (#3905)

This reverts commit 449bf52923.
This commit is contained in:
Robin Huang 2024-06-28 13:09:55 -07:00 committed by GitHub
parent 02cac1d487
commit c39cf7fff0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 78 deletions

View File

@ -1,28 +0,0 @@
name: comfyui
channels:
- pytorch
- nvidia
- defaults
dependencies:
- python>=3.9
- pip
- pytorch
- torchvision
- torchaudio
- pytorch-cuda=12.1
- pip:
# comfyui requirements
- einops
- transformers>=4.25.1
- safetensors>=0.4.2
- aiohttp
- pyyaml
- Pillow
- scipy
- tqdm
- psutil
# comfy-action requirements
- requests
- google-cloud-storage
- comfy-cli
- charset-normalizer

View File

@ -1,50 +0,0 @@
name: (Linux) ComfyUI Integration Tests
on:
push:
branches:
- master
paths-ignore:
- 'app/**'
- 'input/**'
- 'output/**'
- 'model/**'
- 'notebook/**'
- 'script_example/**'
- 'tests/**'
- 'tests-ui/**'
- '.github/**'
- '.ci/**'
- 'web/**'
workflow_dispatch:
pull_request:
branches:
- master
paths-ignore:
- 'app/**'
- 'input/**'
- 'output/**'
- 'model/**'
- 'notebook/**'
- 'script_example/**'
- 'tests/**'
- 'tests-ui/**'
- '.github/**'
- '.ci/**'
- 'web/**'
jobs:
test-workflows:
runs-on: [self-hosted, Linux, t4]
steps:
- name: Test ComfyUI Workflows
uses: comfy-org/comfy-action@main
with:
os: linux
cuda_version: 12.1
models-json: '{"v1-5-pruned-emaonly.ckpt": {"url": "https://huggingface.co/runwayml/stable-diffusion-v1-5/resolve/main/v1-5-pruned-emaonly.ckpt", "directory": "checkpoints"}}'
workflow_filenames: "default.json"
gcs_bucket_name: 'comfy-ci-results'
google_credentials: ${{ secrets.GCS_SERVICE_ACCOUNT_JSON }}
output_prefix: 'ComfyUI'
conda_env_file: '.github/conda-environments/linux-environment.yml'
timeout: 50