Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
ComfyUI
Commits
02cac1d4
Unverified
Commit
02cac1d4
authored
Jun 28, 2024
by
Robin Huang
Committed by
GitHub
Jun 28, 2024
Browse files
Revert "Add macOs integration test for default workflow. (#3898)" (#3904)
This reverts commit
97b409cd
.
parent
7ecb2ec1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
76 deletions
+0
-76
.github/conda-environments/mac-environment.yml
.github/conda-environments/mac-environment.yml
+0
-26
.github/workflows/mac-integration-test.yml
.github/workflows/mac-integration-test.yml
+0
-50
No files found.
.github/conda-environments/mac-environment.yml
deleted
100644 → 0
View file @
7ecb2ec1
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
.github/workflows/mac-integration-test.yml
deleted
100644 → 0
View file @
7ecb2ec1
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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment