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 AGENTS.md
Browse files
AGENTS.md
CHANGED
|
@@ -2,13 +2,13 @@
|
|
| 2 |
|
| 3 |
## Purpose
|
| 4 |
|
| 5 |
-
Pure assets repository (HuggingFace LFS + ModelScope mirror) for model files and installation binaries used by [ComfyUI-Auto_installer](https://
|
| 6 |
|
| 7 |
## Ecosystem
|
| 8 |
|
| 9 |
This repo is consumed by:
|
| 10 |
-
- **[ComfyUI-Auto_installer](https://
|
| 11 |
-
- **[ComfyUI-UmeAiRT-Toolkit](https://
|
| 12 |
|
| 13 |
Any file rename or move here **must** be reflected in both projects' download logic.
|
| 14 |
|
|
|
|
| 2 |
|
| 3 |
## Purpose
|
| 4 |
|
| 5 |
+
Pure assets repository (HuggingFace LFS + ModelScope mirror) for model files and installation binaries used by [ComfyUI-Auto_installer](https://gitlab.com/UmeAiRT-Studio/ComfyUI-Auto_installer-Python). No code — only large binary files.
|
| 6 |
|
| 7 |
## Ecosystem
|
| 8 |
|
| 9 |
This repo is consumed by:
|
| 10 |
+
- **[ComfyUI-Auto_installer](https://gitlab.com/UmeAiRT-Studio/ComfyUI-Auto_installer-Python)** — PowerShell download scripts reference these files by exact path
|
| 11 |
+
- **[ComfyUI-UmeAiRT-Toolkit](https://gitlab.com/UmeAiRT-Studio/ComfyUI-UmeAiRT-Toolkit)** — Automatic model downloader nodes pull from this repo
|
| 12 |
|
| 13 |
Any file rename or move here **must** be reflected in both projects' download logic.
|
| 14 |
|