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
| { | |
| "_manifest_version": 1, | |
| "_updated": "2026-03-23", | |
| "_description": "Portable UmeAiRT-ComfyUI bundle registry. Lists all pre-built distributions with metadata.", | |
| "_sources": { | |
| "huggingface": "https://huggingface.co/UmeAiRT/ComfyUI-Auto-Installer-Assets/resolve/main/distributions/", | |
| "modelscope": "https://www.modelscope.ai/datasets/UmeAiRT/ComfyUI-Auto-Installer-Assets/resolve/master/distributions/" | |
| }, | |
| "distributions": { | |
| "v0.18.0_nvidia_umeairt": { | |
| "filename": "distributions/UmeAiRT-ComfyUI-Portable-Win-NVIDIA-v0.18.0-umeairt.7z", | |
| "comfyui_version": "v0.18.0", | |
| "platform": "windows", | |
| "gpu": "nvidia", | |
| "cuda_version": "13.0", | |
| "python_version": "3.13.11", | |
| "pytorch_version": "2.10.0+cu130", | |
| "node_tier": "umeairt", | |
| "node_count": 5, | |
| "nodes": [ | |
| "ComfyUI-Manager", | |
| "ComfyUI-UmeAiRT-Sync", | |
| "ComfyUI-UmeAiRT-Toolkit", | |
| "ComfyUI-Crystools", | |
| "ComfyUI-nunchaku" | |
| ], | |
| "sha256": "63326d12336590a477ed1e01aac19ec472cd5e26972ceca1614e5aef2f207bdc", | |
| "size_bytes": 2280732460, | |
| "built_at": "2026-03-23T16:48:19.354084+00:00Z" | |
| }, | |
| "v0.18.1_nvidia_umeairt": { | |
| "filename": "distributions/UmeAiRT-ComfyUI-Portable-Win-NVIDIA-v0.18.1-umeairt.7z", | |
| "comfyui_version": "v0.18.1", | |
| "platform": "windows", | |
| "gpu": "nvidia", | |
| "cuda_version": "13.0", | |
| "python_version": "3.13.11", | |
| "pytorch_version": "2.10.0+cu130", | |
| "node_tier": "umeairt", | |
| "node_count": 5, | |
| "nodes": [ | |
| "ComfyUI-Manager", | |
| "ComfyUI-UmeAiRT-Sync", | |
| "ComfyUI-UmeAiRT-Toolkit", | |
| "ComfyUI-Crystools", | |
| "ComfyUI-nunchaku" | |
| ], | |
| "sha256": "05dc5c7770fea27ca13b363e86c8e84da1b3d31e1c99590ecf463f58c3097d05", | |
| "size_bytes": 2337534896, | |
| "built_at": "2026-03-23T17:28:15.946775+00:00Z" | |
| } | |
| } | |
| } |