Instructions to use UmeAiRT/ComfyUI-Auto-Installer-Assets with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use UmeAiRT/ComfyUI-Auto-Installer-Assets with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("UmeAiRT/ComfyUI-Auto-Installer-Assets", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
Upload tools_manifest.json with huggingface_hub
Browse files- tools_manifest.json +31 -10
tools_manifest.json
CHANGED
|
@@ -1,12 +1,11 @@
|
|
| 1 |
{
|
| 2 |
"_manifest_version": 1,
|
| 3 |
-
"_updated": "2026-03-
|
| 4 |
"_description": "SHA-256 manifest for all installation binaries, wheels, and packages. Used by ComfyUI-Auto_installer for supply chain verification.",
|
| 5 |
"_sources": {
|
| 6 |
"huggingface": "https://huggingface.co/UmeAiRT/ComfyUI-Auto_installer/resolve/main",
|
| 7 |
"modelscope": "https://www.modelscope.ai/datasets/UmeAiRT/ComfyUI-Auto-Installer-Assets/resolve/master"
|
| 8 |
},
|
| 9 |
-
|
| 10 |
"bin": {
|
| 11 |
"uv_windows": {
|
| 12 |
"filename": "bin/uv-x86_64-pc-windows-msvc.zip",
|
|
@@ -28,7 +27,7 @@
|
|
| 28 |
"platform": "windows",
|
| 29 |
"sha256": "726056328967f242fe6e9afbfe7823903a928aff577dcf6f517f2fb6da6ce83c",
|
| 30 |
"upstream": "https://github.com/git-for-windows/git/releases/download/v2.49.0.windows.1/Git-2.49.0-64-bit.exe",
|
| 31 |
-
"_note": "Legacy version
|
| 32 |
},
|
| 33 |
"aria2_windows": {
|
| 34 |
"filename": "bin/aria2-1.37.0-win-64bit-build1.zip",
|
|
@@ -58,7 +57,7 @@
|
|
| 58 |
"platform": "windows",
|
| 59 |
"sha256": "d78ad8827120edef7f2419d996d6a8b2a4485e2238a70517e7e7e58ec2225010",
|
| 60 |
"upstream": "https://aka.ms/vs/17/release/vs_BuildTools.exe",
|
| 61 |
-
"_note": "Bootstrapper only
|
| 62 |
},
|
| 63 |
"ninja_windows": {
|
| 64 |
"filename": "bin/ninja.exe",
|
|
@@ -80,10 +79,9 @@
|
|
| 80 |
"platform": "windows",
|
| 81 |
"sha256": "779bee8ff557255c1cf5f36e0230f081675b9bb41e44be38839920cd5209bdeb",
|
| 82 |
"upstream": "https://developer.nvidia.com/cuda-downloads",
|
| 83 |
-
"_note": "Legacy CUDA
|
| 84 |
}
|
| 85 |
},
|
| 86 |
-
|
| 87 |
"whl": {
|
| 88 |
"nunchaku": {
|
| 89 |
"version": "1.2.1+cu13.0torch2.10",
|
|
@@ -152,8 +150,8 @@
|
|
| 152 |
"_note": "Windows-only pre-compiled wheels. On Linux, build from source: uv pip install insightface"
|
| 153 |
},
|
| 154 |
"sageattention": {
|
| 155 |
-
"version": "2.
|
| 156 |
-
"platform": "
|
| 157 |
"files": {
|
| 158 |
"cp312_cu128": {
|
| 159 |
"filename": "whl/sageattention-2.1.1+cu128torch2.7.0-cp312-cp312-win_amd64.whl",
|
|
@@ -162,8 +160,21 @@
|
|
| 162 |
"cp312": {
|
| 163 |
"filename": "whl/sageattention-2.1.1-cp312-cp312-win_amd64.whl",
|
| 164 |
"sha256": "002e80afff9c15e8e49075b5dea8ae57584ff876463576c5b77880c86170d6fd"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 165 |
}
|
| 166 |
-
}
|
|
|
|
| 167 |
},
|
| 168 |
"triton": {
|
| 169 |
"version": "3.2.0",
|
|
@@ -195,9 +206,19 @@
|
|
| 195 |
"sha256": "a0b2b9fe80bbcd81a6647ff13108738cfb482d481d826cc0e02f5b35e5c88d2c"
|
| 196 |
}
|
| 197 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 198 |
}
|
| 199 |
},
|
| 200 |
-
|
| 201 |
"packages": {
|
| 202 |
"apex_source": {
|
| 203 |
"filename": "packages/apex-0.1.zip",
|
|
|
|
| 1 |
{
|
| 2 |
"_manifest_version": 1,
|
| 3 |
+
"_updated": "2026-03-22",
|
| 4 |
"_description": "SHA-256 manifest for all installation binaries, wheels, and packages. Used by ComfyUI-Auto_installer for supply chain verification.",
|
| 5 |
"_sources": {
|
| 6 |
"huggingface": "https://huggingface.co/UmeAiRT/ComfyUI-Auto_installer/resolve/main",
|
| 7 |
"modelscope": "https://www.modelscope.ai/datasets/UmeAiRT/ComfyUI-Auto-Installer-Assets/resolve/master"
|
| 8 |
},
|
|
|
|
| 9 |
"bin": {
|
| 10 |
"uv_windows": {
|
| 11 |
"filename": "bin/uv-x86_64-pc-windows-msvc.zip",
|
|
|
|
| 27 |
"platform": "windows",
|
| 28 |
"sha256": "726056328967f242fe6e9afbfe7823903a928aff577dcf6f517f2fb6da6ce83c",
|
| 29 |
"upstream": "https://github.com/git-for-windows/git/releases/download/v2.49.0.windows.1/Git-2.49.0-64-bit.exe",
|
| 30 |
+
"_note": "Legacy version \u2014 kept for rollback. Active version is git_windows."
|
| 31 |
},
|
| 32 |
"aria2_windows": {
|
| 33 |
"filename": "bin/aria2-1.37.0-win-64bit-build1.zip",
|
|
|
|
| 57 |
"platform": "windows",
|
| 58 |
"sha256": "d78ad8827120edef7f2419d996d6a8b2a4485e2238a70517e7e7e58ec2225010",
|
| 59 |
"upstream": "https://aka.ms/vs/17/release/vs_BuildTools.exe",
|
| 60 |
+
"_note": "Bootstrapper only \u2014 downloads actual components on execution."
|
| 61 |
},
|
| 62 |
"ninja_windows": {
|
| 63 |
"filename": "bin/ninja.exe",
|
|
|
|
| 79 |
"platform": "windows",
|
| 80 |
"sha256": "779bee8ff557255c1cf5f36e0230f081675b9bb41e44be38839920cd5209bdeb",
|
| 81 |
"upstream": "https://developer.nvidia.com/cuda-downloads",
|
| 82 |
+
"_note": "Legacy CUDA \u2014 for users still on older drivers."
|
| 83 |
}
|
| 84 |
},
|
|
|
|
| 85 |
"whl": {
|
| 86 |
"nunchaku": {
|
| 87 |
"version": "1.2.1+cu13.0torch2.10",
|
|
|
|
| 150 |
"_note": "Windows-only pre-compiled wheels. On Linux, build from source: uv pip install insightface"
|
| 151 |
},
|
| 152 |
"sageattention": {
|
| 153 |
+
"version": "2.2.0",
|
| 154 |
+
"platform": "linux",
|
| 155 |
"files": {
|
| 156 |
"cp312_cu128": {
|
| 157 |
"filename": "whl/sageattention-2.1.1+cu128torch2.7.0-cp312-cp312-win_amd64.whl",
|
|
|
|
| 160 |
"cp312": {
|
| 161 |
"filename": "whl/sageattention-2.1.1-cp312-cp312-win_amd64.whl",
|
| 162 |
"sha256": "002e80afff9c15e8e49075b5dea8ae57584ff876463576c5b77880c86170d6fd"
|
| 163 |
+
},
|
| 164 |
+
"cp311_linux": {
|
| 165 |
+
"filename": "whl/sageattention-2.2.0-cp311-cp311-linux_x86_64.whl",
|
| 166 |
+
"sha256": "9e363cab2b9fd6d751392be1e773183a970022dc0b9dd42e862ca917df4cc523"
|
| 167 |
+
},
|
| 168 |
+
"cp312_linux": {
|
| 169 |
+
"filename": "whl/sageattention-2.2.0-cp312-cp312-linux_x86_64.whl",
|
| 170 |
+
"sha256": "6725eb81a3bc13ce9736d19993712390d347f9ec56d885e858ec4decb623997a"
|
| 171 |
+
},
|
| 172 |
+
"cp313_linux": {
|
| 173 |
+
"filename": "whl/sageattention-2.2.0-cp313-cp313-linux_x86_64.whl",
|
| 174 |
+
"sha256": "880884c38d1d23b78c26012d92e4a75aea81a66ee51c6ef8f228c7640c5c7e21"
|
| 175 |
}
|
| 176 |
+
},
|
| 177 |
+
"_note": "Linux pre-compiled wheels (sm_80+PTX). Auto-updated by CI."
|
| 178 |
},
|
| 179 |
"triton": {
|
| 180 |
"version": "3.2.0",
|
|
|
|
| 206 |
"sha256": "a0b2b9fe80bbcd81a6647ff13108738cfb482d481d826cc0e02f5b35e5c88d2c"
|
| 207 |
}
|
| 208 |
}
|
| 209 |
+
},
|
| 210 |
+
"sageattention3_blackwell": {
|
| 211 |
+
"files": {
|
| 212 |
+
"cp313_linux": {
|
| 213 |
+
"filename": "whl/sageattn3-1.0.0-cp313-cp313-linux_x86_64.whl",
|
| 214 |
+
"sha256": "22faaa817e74dc2c1accc6db2261f8063ae5d3a4a69c0582a2a059f83d4ae870"
|
| 215 |
+
}
|
| 216 |
+
},
|
| 217 |
+
"version": "1.0.0",
|
| 218 |
+
"platform": "linux",
|
| 219 |
+
"_note": "Blackwell (sm_100) only. Auto-updated by CI."
|
| 220 |
}
|
| 221 |
},
|
|
|
|
| 222 |
"packages": {
|
| 223 |
"apex_source": {
|
| 224 |
"filename": "packages/apex-0.1.zip",
|