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 +4 -4
tools_manifest.json
CHANGED
|
@@ -163,15 +163,15 @@
|
|
| 163 |
},
|
| 164 |
"cp311_linux": {
|
| 165 |
"filename": "whl/sageattention-2.2.0-cp311-cp311-linux_x86_64.whl",
|
| 166 |
-
"sha256": "
|
| 167 |
},
|
| 168 |
"cp312_linux": {
|
| 169 |
"filename": "whl/sageattention-2.2.0-cp312-cp312-linux_x86_64.whl",
|
| 170 |
-
"sha256": "
|
| 171 |
},
|
| 172 |
"cp313_linux": {
|
| 173 |
"filename": "whl/sageattention-2.2.0-cp313-cp313-linux_x86_64.whl",
|
| 174 |
-
"sha256": "
|
| 175 |
}
|
| 176 |
},
|
| 177 |
"_note": "Linux pre-compiled wheels (sm_80+PTX). Auto-updated by CI."
|
|
@@ -211,7 +211,7 @@
|
|
| 211 |
"files": {
|
| 212 |
"cp313_linux": {
|
| 213 |
"filename": "whl/sageattn3-1.0.0-cp313-cp313-linux_x86_64.whl",
|
| 214 |
-
"sha256": "
|
| 215 |
}
|
| 216 |
},
|
| 217 |
"version": "1.0.0",
|
|
|
|
| 163 |
},
|
| 164 |
"cp311_linux": {
|
| 165 |
"filename": "whl/sageattention-2.2.0-cp311-cp311-linux_x86_64.whl",
|
| 166 |
+
"sha256": "bdd12494f90f9a3c664d2d064b2306c59e99a9a4ef56afbe0b9c1b185213b78b"
|
| 167 |
},
|
| 168 |
"cp312_linux": {
|
| 169 |
"filename": "whl/sageattention-2.2.0-cp312-cp312-linux_x86_64.whl",
|
| 170 |
+
"sha256": "73171753d80b9b091046a753c69a9ba3d0894c6b814538e5d9db6ad3d16355d7"
|
| 171 |
},
|
| 172 |
"cp313_linux": {
|
| 173 |
"filename": "whl/sageattention-2.2.0-cp313-cp313-linux_x86_64.whl",
|
| 174 |
+
"sha256": "9fedc5a5901891ca7a26c3ca883147a8b0d63ca360a870ddb700f46249553d24"
|
| 175 |
}
|
| 176 |
},
|
| 177 |
"_note": "Linux pre-compiled wheels (sm_80+PTX). Auto-updated by CI."
|
|
|
|
| 211 |
"files": {
|
| 212 |
"cp313_linux": {
|
| 213 |
"filename": "whl/sageattn3-1.0.0-cp313-cp313-linux_x86_64.whl",
|
| 214 |
+
"sha256": "d3222a9f7218a83422e44977a0ccccb93992d74745a5b475cdad68f65d3f02fe"
|
| 215 |
}
|
| 216 |
},
|
| 217 |
"version": "1.0.0",
|