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
bugfix
Browse files
ComfyUI-WAN2.1-AllinOne-Auto_install.bat
CHANGED
|
@@ -130,6 +130,9 @@ cd ..
|
|
| 130 |
echo - Custom-Scripts
|
| 131 |
git clone https://github.com/pythongosssss/ComfyUI-Custom-Scripts >nul 2>&1
|
| 132 |
|
|
|
|
|
|
|
|
|
|
| 133 |
echo - KJNodes
|
| 134 |
git clone https://github.com/kijai/ComfyUI-KJNodes >nul 2>&1
|
| 135 |
cd ComfyUI-KJNodes
|
|
|
|
| 130 |
echo - Custom-Scripts
|
| 131 |
git clone https://github.com/pythongosssss/ComfyUI-Custom-Scripts >nul 2>&1
|
| 132 |
|
| 133 |
+
echo - mxToolkit
|
| 134 |
+
git clone https://github.com/Smirnov75/ComfyUI-mxToolkit >nul 2>&1
|
| 135 |
+
|
| 136 |
echo - KJNodes
|
| 137 |
git clone https://github.com/kijai/ComfyUI-KJNodes >nul 2>&1
|
| 138 |
cd ComfyUI-KJNodes
|