Merge branch 'master' of github.com:hiddenswitch/ComfyUI

This commit is contained in:
doctorpangloss 2024-07-29 08:01:22 -07:00
commit a0e074b761
2 changed files with 8 additions and 8 deletions

View File

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

View File

@ -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`
@ -986,4 +987,4 @@ docker run -it -v ./output:/workspace/output -v ./models:/workspace/models --gpu
## Known Issues
Please visit the Issues tab for documented known issues.
Please visit the Issues tab for documented known issues.