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
Upload UmeAiRT-WAN2.1-Missing_nodes.bat
Browse files
UmeAiRT-WAN2.1-Missing_nodes.bat
CHANGED
|
@@ -71,27 +71,6 @@ echo [31mInvalid choice. Please enter A or B.[0m
|
|
| 71 |
goto CHOOSE_CLEAN
|
| 72 |
)
|
| 73 |
|
| 74 |
-
echo [33mInstalling xformers...[0m
|
| 75 |
-
"%pythonPath%\python.exe" -s -m pip install xformers >> "%basePath%\logs\Missing_nodes.txt" 2>&1
|
| 76 |
-
echo [33mInstalling NVIDIA Apex...[0m
|
| 77 |
-
git clone https://github.com/NVIDIA/apex "%pythonPath%/apex" >> "%basePath%\logs\Missing_nodes.txt" 2>&1
|
| 78 |
-
"%pythonPath%\python.exe" -s -m pip install -e "%pythonPath%/apex" >> "%basePath%\logs\Missing_nodes.txt" 2>&1
|
| 79 |
-
|
| 80 |
-
echo [33mInstalling Visual Studio Build Tools...[0m
|
| 81 |
-
winget install --id Microsoft.VisualStudio.2022.BuildTools -e --source winget --override "--quiet --wait --norestart --add Microsoft.VisualStudio.Component.VC.Tools.x86.x64 --add Microsoft.VisualStudio.Component.Windows10SDK.20348"
|
| 82 |
-
|
| 83 |
-
echo [33mInstalling Triton...[0m
|
| 84 |
-
"%basePath%\python_embeded\python.exe" -s -m pip install triton-windows==3.2.0.post17 >> "%installPath%\logs\install.txt" 2>&1
|
| 85 |
-
|
| 86 |
-
echo [33mDownloading Python include/libs...[0m
|
| 87 |
-
curl -L -o "%basePath%\python_embeded\python_3.12.9_include_libs.zip" https://huggingface.co/UmeAiRT/ComfyUI-Auto_installer/resolve/main/others/python_3.12.9_include_libs.zip?download=true >> "%installPath%\logs\install.txt" 2>&1
|
| 88 |
-
tar -xf "%basePath%\python_embeded\python_3.12.9_include_libs.zip" -C "%basePath%\python_embeded" >> "%installPath%\logs\install.txt" 2>&1
|
| 89 |
-
|
| 90 |
-
echo [33mInstalling SageAttention...[0m
|
| 91 |
-
git clone https://github.com/thu-ml/SageAttention "%basePath%/python_embeded/SageAttention" >> "%installPath%\logs\install.txt" 2>&1
|
| 92 |
-
"%basePath%\python_embeded\python.exe" -s -m pip install -e "%basePath%/python_embeded/SageAttention" >> "%installPath%\logs\install.txt" 2>&1
|
| 93 |
-
|
| 94 |
-
|
| 95 |
REM Clone ComfyUI-Manager
|
| 96 |
echo [33mInstalling ComfyUI-Manager...[0m
|
| 97 |
git clone https://github.com/ltdrdata/ComfyUI-Manager.git "%customNodesPath%/ComfyUI-Manager" >> "%basePath%\logs\Missing_nodes.txt" 2>&1
|
|
|
|
| 71 |
goto CHOOSE_CLEAN
|
| 72 |
)
|
| 73 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 74 |
REM Clone ComfyUI-Manager
|
| 75 |
echo [33mInstalling ComfyUI-Manager...[0m
|
| 76 |
git clone https://github.com/ltdrdata/ComfyUI-Manager.git "%customNodesPath%/ComfyUI-Manager" >> "%basePath%\logs\Missing_nodes.txt" 2>&1
|