From 870eb6c1458c614726a14971fe1eec16a2b850a1 Mon Sep 17 00:00:00 2001 From: "fles@qq.com" Date: Fri, 5 Jan 2024 09:32:15 +0800 Subject: [PATCH] remove triton --- README.md | 4 ---- requirements.txt | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index a84a402..17f0c56 100644 --- a/README.md +++ b/README.md @@ -10,10 +10,6 @@ 3. Download the weights of MotionCtrl [motionctrl.pth](https://huggingface.co/TencentARC/MotionCtrl/blob/main/motionctrl.pth) and put it to `ComfyUI/models/checkpoints` -If you encounter Triton errors on Windows, please try the following: https://github.com/openai/triton/issues/1057 -for Win 11 - Python 3.10 -`pip install https://huggingface.co/r4ziel/xformers_pre_built/resolve/main/triton-2.0.0-cp310-cp310-win_amd64.whl` - ## Nodes Four nodes `Motionctrl Sample` & `Load Motion Camera Preset` & `Load Motion Traj Preset` & `Select Image Indices` diff --git a/requirements.txt b/requirements.txt index ffd1fa8..7890843 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ einops scikit-learn taming-transformers-rom1504 pandas -triton +pandas fairscale psutil==5.9.5 annotated-types==0.5.0