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
add mxtools
Browse files
UmeAiRT-WAN2.1-Missing_nodes.bat
CHANGED
|
@@ -46,6 +46,9 @@ cd ComfyUI-GGUF
|
|
| 46 |
..\..\..\python_embeded\python.exe -s -m pip install -r requirements.txt --no-warn-script-location >nul 2>&1
|
| 47 |
cd ..
|
| 48 |
|
|
|
|
|
|
|
|
|
|
| 49 |
echo - Custom-Scripts
|
| 50 |
git clone https://github.com/pythongosssss/ComfyUI-Custom-Scripts >nul 2>&1
|
| 51 |
|
|
|
|
| 46 |
..\..\..\python_embeded\python.exe -s -m pip install -r requirements.txt --no-warn-script-location >nul 2>&1
|
| 47 |
cd ..
|
| 48 |
|
| 49 |
+
echo - mxToolkit
|
| 50 |
+
git clone https://github.com/Smirnov75/ComfyUI-mxToolkit >nul 2>&1
|
| 51 |
+
|
| 52 |
echo - Custom-Scripts
|
| 53 |
git clone https://github.com/pythongosssss/ComfyUI-Custom-Scripts >nul 2>&1
|
| 54 |
|