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
|
@@ -7,13 +7,13 @@ Pure assets repository (HuggingFace LFS + ModelScope mirror) for model files and
|
|
| 7 |
## Ecosystem
|
| 8 |
|
| 9 |
This repo is consumed by:
|
| 10 |
-
- **[ComfyUI-Auto_installer](https://gitlab.com/UmeAiRT-Studio/ComfyUI-Auto_installer-Python)** —
|
| 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 |
|
| 15 |
**Mirrors:**
|
| 16 |
-
- **HuggingFace:** [UmeAiRT/ComfyUI-
|
| 17 |
- **ModelScope:** [UmeAiRT/ComfyUI-Auto-Installer-Assets](https://www.modelscope.ai/datasets/UmeAiRT/ComfyUI-Auto-Installer-Assets)
|
| 18 |
|
| 19 |
## Folder Structure
|
|
|
|
| 7 |
## Ecosystem
|
| 8 |
|
| 9 |
This repo is consumed by:
|
| 10 |
+
- **[ComfyUI-Auto_installer](https://gitlab.com/UmeAiRT-Studio/ComfyUI-Auto_installer-Python)** — Python 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 |
|
| 15 |
**Mirrors:**
|
| 16 |
+
- **HuggingFace:** [UmeAiRT/ComfyUI-Auto-Installer-Assets](https://huggingface.co/UmeAiRT/ComfyUI-Auto-Installer-Assets)
|
| 17 |
- **ModelScope:** [UmeAiRT/ComfyUI-Auto-Installer-Assets](https://www.modelscope.ai/datasets/UmeAiRT/ComfyUI-Auto-Installer-Assets)
|
| 18 |
|
| 19 |
## Folder Structure
|