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
Update README.md
Browse files
README.md
CHANGED
|
@@ -21,8 +21,8 @@ tags:
|
|
| 21 |
Pre-packaged model files and binaries for the UmeAiRT ecosystem. This repository is a **pure asset store** — no code, only large binary files served via Git LFS.
|
| 22 |
|
| 23 |
**Consumed by:**
|
| 24 |
-
- [ComfyUI-Auto_installer](https://
|
| 25 |
-
- [ComfyUI-UmeAiRT-Toolkit](https://
|
| 26 |
|
| 27 |
## 📦 What's Included
|
| 28 |
|
|
|
|
| 21 |
Pre-packaged model files and binaries for the UmeAiRT ecosystem. This repository is a **pure asset store** — no code, only large binary files served via Git LFS.
|
| 22 |
|
| 23 |
**Consumed by:**
|
| 24 |
+
- [ComfyUI-Auto_installer](https://gitlab.com/UmeAiRT-Studio/comfyui-auto_installer-python) — automated Windows setup, downloads models from this repo
|
| 25 |
+
- [ComfyUI-UmeAiRT-Toolkit](https://gitlab.com/UmeAiRT-Studio/comfyui-umeairt-toolkit) — custom ComfyUI nodes with automatic model downloading
|
| 26 |
|
| 27 |
## 📦 What's Included
|
| 28 |
|