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", torch_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-Model_downloader.bat
Browse files
UmeAiRT-WAN2.1-Model_downloader.bat
CHANGED
|
@@ -38,10 +38,10 @@ set /p "CHOICE=Enter your choice (A,B,C,D or E) and press Enter: "
|
|
| 38 |
set "DOWNLOAD=yes"
|
| 39 |
) else if /i "%CHOICE%"=="D" (
|
| 40 |
set "DOWNLOAD=yes"
|
| 41 |
-
) else if /i "%
|
| 42 |
set "DOWNLOAD=no"
|
| 43 |
) else (
|
| 44 |
-
echo [31mInvalid choice. Please enter A or
|
| 45 |
goto CHOOSE_OPTION
|
| 46 |
)
|
| 47 |
|
|
@@ -65,7 +65,7 @@ set /p "WAN_GGUF_CHOICE=Enter your choice (A,B,C,D or E) and press Enter: "
|
|
| 65 |
) else if /i "%WAN_GGUF_CHOICE%"=="E" (
|
| 66 |
set "DOWNLOAD_GGUF=no"
|
| 67 |
) else (
|
| 68 |
-
echo [31mInvalid choice. Please enter A or
|
| 69 |
goto CHOOSE_WAN_GGUF
|
| 70 |
)
|
| 71 |
|
|
|
|
| 38 |
set "DOWNLOAD=yes"
|
| 39 |
) else if /i "%CHOICE%"=="D" (
|
| 40 |
set "DOWNLOAD=yes"
|
| 41 |
+
) else if /i "%CHOICE%"=="E" (
|
| 42 |
set "DOWNLOAD=no"
|
| 43 |
) else (
|
| 44 |
+
echo [31mInvalid choice. Please enter A,B,C,D or E.[0m
|
| 45 |
goto CHOOSE_OPTION
|
| 46 |
)
|
| 47 |
|
|
|
|
| 65 |
) else if /i "%WAN_GGUF_CHOICE%"=="E" (
|
| 66 |
set "DOWNLOAD_GGUF=no"
|
| 67 |
) else (
|
| 68 |
+
echo [31mInvalid choice. Please enter A,B,C,D or E.[0m
|
| 69 |
goto CHOOSE_WAN_GGUF
|
| 70 |
)
|
| 71 |
|