From 2c0d6f2ba95e4765adabccfd8f0d6fe919ffd6a6 Mon Sep 17 00:00:00 2001 From: Benjamin Berman Date: Fri, 26 Jul 2024 21:28:27 -0700 Subject: [PATCH 1/2] Update README.md with more nodes --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e41ea20c5..de2fa0283 100644 --- a/README.md +++ b/README.md @@ -178,11 +178,12 @@ python -m comfy.cmd.main These packages have been adapted to be installable with `pip` and download models to the correct places: +- **ELLA T5 Text Conditioning for SD1.5**: `pip install git+https://github.com/AppMana/appmana-comfyui-nodes-ella.git` +- **IP Adapter**: `pip install git+https://github.com/AppMana/appmana-comfyui-nodes-ipadapter-plus` - **Extra Models like PixART E and HunYuanDiT**: `pip install git+https://github.com/AppMana/appmana-comfyui-nodes-extramodels.git`. - **ControlNet Auxiliary Preprocessors**: `pip install git+https://github.com/AppMana/appmana-comfyui-nodes-controlnet-aux.git`. -- **LayerDiffuse**: `pip install git+https://github.com/AppMana/appmana-comfyui-nodes-layerdiffuse.git`. +- **LayerDiffuse Alpha Channel Diffusion**: `pip install git+https://github.com/AppMana/appmana-comfyui-nodes-layerdiffuse.git`. - **BRIA Background Removal**: `pip install git+https://github.com/AppMana/appmana-comfyui-nodes-bria-bg-removal.git` -- **IP Adapter**: `pip install git+https://github.com/AppMana/appmana-comfyui-nodes-ipadapter-plus` - **Video Frame Interpolation**: `pip install git+https://github.com/AppMana/appmana-comfyui-nodes-video-frame-interpolation` - **Video Helper Suite**: `pip install git+https://github.com/AppMana/appmana-comfyui-nodes-video-helper-suite` - **AnimateDiff Evolved**: `pip install git+https://github.com/AppMana/appmana-comfyui-nodes-animatediff-evolved` @@ -891,4 +892,4 @@ docker run -it -v ./output:/workspace/output -v ./models:/workspace/models --gpu ## Known Issues -Please visit the Issues tab for documented known issues. \ No newline at end of file +Please visit the Issues tab for documented known issues. From 38312e3c9f375681bcaabed8e60077bd167a1f14 Mon Sep 17 00:00:00 2001 From: Benjamin Berman Date: Sat, 27 Jul 2024 18:45:25 -0700 Subject: [PATCH 2/2] Use updated containers for rocm to try to fix its crashes --- .github/workflows/test.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a60e88899..16e99ad27 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -51,12 +51,11 @@ jobs: matrix: runner: - labels: [self-hosted, Linux, X64, cpu] - container: "ubuntu" - # todo: re-enable these when they actually work lol -# - labels: [self-hosted, Linux, X64, ipex-a380-6gb] -# container: "intel/intel-optimized-pytorch:2.1.20-xpu-pip-base" + container: "ubuntu:22.04" - labels: [self-hosted, Linux, X64, rocm-7600-8gb] - container: "rocm/pytorch:rocm6.0.2_ubuntu22.04_py3.10_pytorch_2.1.2" + container: "rocm/pytorch:rocm6.1.3_ubuntu22.04_py3.10_pytorch_release-2.1.2" + - labels: [self-hosted, Linux, X64, rocm-7600-8gb] + container: "rocm/pytorch:rocm6.1_ubuntu22.04_py3.10_pytorch_2.4" - labels: [self-hosted, Linux, X64, cuda-3060-12gb] container: "nvcr.io/nvidia/pytorch:24.03-py3" steps: