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
bugfix
Browse files
UmeAiRT-FLUX-Missing_nodes.bat
CHANGED
|
@@ -1,7 +1,6 @@
|
|
| 1 |
@echo off
|
| 2 |
setlocal enabledelayedexpansion
|
| 3 |
|
| 4 |
-
|
| 5 |
set "comfyUIPath=%CD%"
|
| 6 |
|
| 7 |
:check_folder
|
|
|
|
| 1 |
@echo off
|
| 2 |
setlocal enabledelayedexpansion
|
| 3 |
|
|
|
|
| 4 |
set "comfyUIPath=%CD%"
|
| 5 |
|
| 6 |
:check_folder
|
UmeAiRT-WAN2.1-Missing_nodes.bat
CHANGED
|
@@ -16,7 +16,7 @@ if exist "%comfyUIPath%\ComfyUI" (
|
|
| 16 |
)
|
| 17 |
|
| 18 |
echo [33mUpdate ComfyUI[0m
|
| 19 |
-
cd
|
| 20 |
..\python_embeded\python.exe -m pip install --upgrade pip
|
| 21 |
..\python_embeded\python.exe .\update.py ..\ComfyUI\
|
| 22 |
if exist update_new.py (
|
|
|
|
| 16 |
)
|
| 17 |
|
| 18 |
echo [33mUpdate ComfyUI[0m
|
| 19 |
+
cd update
|
| 20 |
..\python_embeded\python.exe -m pip install --upgrade pip
|
| 21 |
..\python_embeded\python.exe .\update.py ..\ComfyUI\
|
| 22 |
if exist update_new.py (
|