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-FLUX-Model_downloader.bat
Browse files
UmeAiRT-FLUX-Model_downloader.bat
CHANGED
|
@@ -226,5 +226,8 @@ if "%DOWNLOAD_FLUX_LORA%"=="yes" (
|
|
| 226 |
curl -L -o "%modelsPath%/loras/ume_knight.safetensors" https://huggingface.co/UmeAiRT/FLUX.1-dev-LoRA-Ume_Knight/resolve/main/ume_gachaak.safetensors?download=true
|
| 227 |
)
|
| 228 |
|
|
|
|
|
|
|
|
|
|
| 229 |
echo [33mModels downloaded.[0m
|
| 230 |
pause
|
|
|
|
| 226 |
curl -L -o "%modelsPath%/loras/ume_knight.safetensors" https://huggingface.co/UmeAiRT/FLUX.1-dev-LoRA-Ume_Knight/resolve/main/ume_gachaak.safetensors?download=true
|
| 227 |
)
|
| 228 |
|
| 229 |
+
echo [33mDownloading FLUX PuLID...[0m
|
| 230 |
+
curl -L -o "%modelsPath%/pulid/pulid_flux_v0.9.0.safetensors" https://huggingface.co/camenduru/PuLID/resolve/main/pulid_flux_v0.9.0.safetensors?download=true
|
| 231 |
+
|
| 232 |
echo [33mModels downloaded.[0m
|
| 233 |
pause
|