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-Sageattention_install.bat
Browse files
UmeAiRT-WAN2.1-Sageattention_install.bat
CHANGED
|
@@ -78,6 +78,7 @@ git clone https://github.com/thu-ml/SageAttention.git >> "%basePath%\logs\SageAt
|
|
| 78 |
|
| 79 |
echo [33mInstalling SageAttention...[0m
|
| 80 |
"%pythonPath%\python.exe" -s -m pip install -e SageAttention >> "%basePath%\logs\SageAttention.txt" 2>&1
|
|
|
|
| 81 |
|
| 82 |
echo [33mInstallation complete[0m
|
| 83 |
pause
|
|
|
|
| 78 |
|
| 79 |
echo [33mInstalling SageAttention...[0m
|
| 80 |
"%pythonPath%\python.exe" -s -m pip install -e SageAttention >> "%basePath%\logs\SageAttention.txt" 2>&1
|
| 81 |
+
rmdir /s /q "SageAttention" >> "%basePath%\logs\SageAttention.txt" 2>&1
|
| 82 |
|
| 83 |
echo [33mInstallation complete[0m
|
| 84 |
pause
|