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
Sync upload tools_manifest.json
Browse files- tools_manifest.json +30 -0
tools_manifest.json
CHANGED
|
@@ -343,6 +343,36 @@
|
|
| 343 |
"sha256": "b8b3134d00dfbdae5c10cc34cc8508891d9420adaa182502fa30a496428531ed"
|
| 344 |
}
|
| 345 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 346 |
}
|
| 347 |
},
|
| 348 |
"packages": {
|
|
|
|
| 343 |
"sha256": "b8b3134d00dfbdae5c10cc34cc8508891d9420adaa182502fa30a496428531ed"
|
| 344 |
}
|
| 345 |
}
|
| 346 |
+
},
|
| 347 |
+
"sageattn3_windows": {
|
| 348 |
+
"version": "1.0.0+cu130torch2.10.0",
|
| 349 |
+
"platform": "windows",
|
| 350 |
+
"_note": "Native build for PyTorch 2.10 on Windows (Blackwell).",
|
| 351 |
+
"files": {
|
| 352 |
+
"cp311_win": {
|
| 353 |
+
"filename": "whl/sm100/sageattn3-1.0.0-cp311-cp311-win_amd64.whl",
|
| 354 |
+
"sha256": "0e6e4ba2297bd05e0ee9020bbaf4387bdf5ebba166aed0f72ca677469863186d"
|
| 355 |
+
},
|
| 356 |
+
"cp312_win": {
|
| 357 |
+
"filename": "whl/sm100/sageattn3-1.0.0-cp312-cp312-win_amd64.whl",
|
| 358 |
+
"sha256": "4d1c867500c4ea838be77bbabbfc8fb5fd11eba95c26cf46328dd1afddb57633"
|
| 359 |
+
},
|
| 360 |
+
"cp313_win": {
|
| 361 |
+
"filename": "whl/sm100/sageattn3-1.0.0-cp313-cp313-win_amd64.whl",
|
| 362 |
+
"sha256": "506ec5e5c78d87af2c3bdc7aad4f9407d73c7bcb8f6cf649310a92d4a9571402"
|
| 363 |
+
}
|
| 364 |
+
}
|
| 365 |
+
},
|
| 366 |
+
"sageattn3_linux": {
|
| 367 |
+
"version": "1.0.0",
|
| 368 |
+
"platform": "linux",
|
| 369 |
+
"_note": "Native build for Linux (Blackwell).",
|
| 370 |
+
"files": {
|
| 371 |
+
"cp313_linux": {
|
| 372 |
+
"filename": "whl/sm100/sageattn3-1.0.0-cp313-cp313-linux_x86_64.whl",
|
| 373 |
+
"sha256": "8c67ef3b02ed808fb2ef17e473fa34a112b370c666c9b1793c39515f780a296a"
|
| 374 |
+
}
|
| 375 |
+
}
|
| 376 |
}
|
| 377 |
},
|
| 378 |
"packages": {
|