mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-01-11 02:15:17 +00:00
This reverts commit 97b409cd48
.
This commit is contained in:
parent
7ecb2ec169
commit
02cac1d487
26
.github/conda-environments/mac-environment.yml
vendored
26
.github/conda-environments/mac-environment.yml
vendored
@ -1,26 +0,0 @@
|
|||||||
name: comfyui
|
|
||||||
channels:
|
|
||||||
- pytorch-nightly
|
|
||||||
- defaults
|
|
||||||
dependencies:
|
|
||||||
- python>=3.9
|
|
||||||
- pytorch-nightly::pytorch
|
|
||||||
- torchvision
|
|
||||||
- torchaudio
|
|
||||||
- pip:
|
|
||||||
- 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
|
|
50
.github/workflows/mac-integration-test.yml
vendored
50
.github/workflows/mac-integration-test.yml
vendored
@ -1,50 +0,0 @@
|
|||||||
name: (macOS) 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, m2]
|
|
||||||
steps:
|
|
||||||
- name: Test ComfyUI Workflows
|
|
||||||
uses: comfy-org/comfy-action@main
|
|
||||||
with:
|
|
||||||
os: mac
|
|
||||||
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/mac-environment.yml'
|
|
||||||
timeout: 50
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user