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
Error when running UmeAiRT-Update-ComfyUI
[2025-12-23 18:45:53] - Updating UmeAiRT Workflows (Forcing)...
[2025-12-23 18:45:53] -> Step 1/3: Resetting local changes (reset)...
[2025-12-23 18:45:53] [INFO] Executing: git -C "D:\UmeAiRT-Installer\user\default\workflows\UmeAiRT-Workflow" reset --hard HEAD
[2025-12-23 18:45:53] - ERROR: Command failed with code 128.
[2025-12-23 18:45:53] - Command: git -C "D:\UmeAiRT-Installer\user\default\workflows\UmeAiRT-Workflow" reset --hard HEAD
[2025-12-23 18:45:53] - Error Output:
git.exe : fatal: not a git repository (or any of the parent directories): .git
At line:1 char:1
- & "git" -C "D:\UmeAiRT-Installer\user\default\workflows\UmeAiRT-Workf ...
+ CategoryInfo : NotSpecified: (fatal: not a gi...ectories): .git:String) [], RemoteException + FullyQualifiedErrorId : NativeCommandError
[2025-12-23 18:45:53] - FATAL ERROR executing: git -C "D:\UmeAiRT-Installer\user\default\workflows\UmeAiRT-Workflow" reset --hard HEAD. Error: Command execution failed. Check logs.
FATAL ERROR executing: git -C "D:\UmeAiRT-Installer\user\default\workflows\UmeAiRT-Workflow" reset --hard HEAD. Error: Command execution failed. Check logs.
Fixed in new Python version