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
bug fix
Browse files
ComfyUI-Missing_nodes.bat
CHANGED
|
@@ -139,9 +139,9 @@ git clone https://github.com/Derfuu/Derfuu_ComfyUI_ModdedNodes >nul 2>&1
|
|
| 139 |
echo - LayerStyle
|
| 140 |
git clone https://github.com/chflame163/ComfyUI_LayerStyle >nul 2>&1
|
| 141 |
cd ComfyUI_LayerStyle
|
| 142 |
-
..\..\..\python_embeded\python.exe -s -m pip install .\whl\docopt-0.6.2-py2.py3-none-any.whl --no-warn-script-location
|
| 143 |
-
..\..\..\python_embeded\python.exe -s -m pip install .\whl\hydra_core-1.3.2-py3-none-any.whl --no-warn-script-location
|
| 144 |
-
..\..\..\python_embeded\python.exe -s -m pip install -r requirements.txt --no-warn-script-location
|
| 145 |
cd ..
|
| 146 |
|
| 147 |
echo - PulID
|
|
|
|
| 139 |
echo - LayerStyle
|
| 140 |
git clone https://github.com/chflame163/ComfyUI_LayerStyle >nul 2>&1
|
| 141 |
cd ComfyUI_LayerStyle
|
| 142 |
+
..\..\..\python_embeded\python.exe -s -m pip install .\whl\docopt-0.6.2-py2.py3-none-any.whl --no-warn-script-location >nul 2>&1
|
| 143 |
+
..\..\..\python_embeded\python.exe -s -m pip install .\whl\hydra_core-1.3.2-py3-none-any.whl --no-warn-script-location >nul 2>&1
|
| 144 |
+
..\..\..\python_embeded\python.exe -s -m pip install -r requirements.txt --no-warn-script-location >nul 2>&1
|
| 145 |
cd ..
|
| 146 |
|
| 147 |
echo - PulID
|