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 2 files
Browse files
scripts/Model_downloader/Download-HIDREAM-Models.ps1
CHANGED
|
@@ -94,22 +94,22 @@ $doDownload = ($fp8Choice -eq 'A' -or $ggufChoice -ne 'E')
|
|
| 94 |
if ($doDownload) {
|
| 95 |
Write-Log "`nDownloading HiDream common support files (VAE, CLIPs)..."
|
| 96 |
Download-File -Uri "$baseUrl/vae/ae.safetensors?download=true" -OutFile (Join-Path $vaeDir "ae.safetensors")
|
| 97 |
-
Download-File -Uri "$baseUrl/clip/clip_g_hidream.safetensors
|
| 98 |
-
Download-File -Uri "$baseUrl/clip/clip_l_hidream.safetensors
|
| 99 |
-
Download-File -Uri "$baseUrl/clip/t5xxl_fp8_e4m3fn_scaled.safetensors
|
| 100 |
-
Download-File -Uri "$baseUrl/clip/llama_3.1_8b_instruct_fp8_scaled.safetensors
|
| 101 |
}
|
| 102 |
|
| 103 |
if ($fp8Choice -eq 'A') {
|
| 104 |
Write-Log "`nDownloading HiDream fp8 model..."
|
| 105 |
-
Download-File -Uri "$baseUrl/diffusion_models/HiDream/hidream_i1_dev_fp8.safetensors
|
| 106 |
}
|
| 107 |
|
| 108 |
if ($ggufChoice -ne 'E') {
|
| 109 |
Write-Log "`nDownloading HiDream GGUF models..."
|
| 110 |
-
if ($ggufChoice -in 'A', 'D') { Download-File -Uri "$baseUrl/unet/HiDream/hidream-i1-dev-Q8_0.gguf
|
| 111 |
-
if ($ggufChoice -in 'B', 'D') { Download-File -Uri "$baseUrl/unet/HiDream/hidream-i1-dev-Q5_K_S.gguf
|
| 112 |
-
if ($ggufChoice -in 'C', 'D') { Download-File -Uri "$baseUrl/unet/HiDream/hidream-i1-dev-Q4_K_S.gguf
|
| 113 |
}
|
| 114 |
|
| 115 |
Write-Log "`nHiDream model downloads complete." -Color Green
|
|
|
|
| 94 |
if ($doDownload) {
|
| 95 |
Write-Log "`nDownloading HiDream common support files (VAE, CLIPs)..."
|
| 96 |
Download-File -Uri "$baseUrl/vae/ae.safetensors?download=true" -OutFile (Join-Path $vaeDir "ae.safetensors")
|
| 97 |
+
Download-File -Uri "$baseUrl/clip/clip_g_hidream.safetensors" -OutFile (Join-Path $clipDir "clip_g_hidream.safetensors")
|
| 98 |
+
Download-File -Uri "$baseUrl/clip/clip_l_hidream.safetensors" -OutFile (Join-Path $clipDir "clip_l_hidream.safetensors")
|
| 99 |
+
Download-File -Uri "$baseUrl/clip/t5xxl_fp8_e4m3fn_scaled.safetensors" -OutFile (Join-Path $clipDir "t5xxl_fp8_e4m3fn_scaled.safetensors")
|
| 100 |
+
Download-File -Uri "$baseUrl/clip/llama_3.1_8b_instruct_fp8_scaled.safetensors" -OutFile (Join-Path $clipDir "llama_3.1_8b_instruct_fp8_scaled.safetensors")
|
| 101 |
}
|
| 102 |
|
| 103 |
if ($fp8Choice -eq 'A') {
|
| 104 |
Write-Log "`nDownloading HiDream fp8 model..."
|
| 105 |
+
Download-File -Uri "$baseUrl/diffusion_models/HiDream/hidream_i1_dev_fp8.safetensors" -OutFile (Join-Path $hidreamDiffDir "hidream_i1_dev_fp8.safetensors")
|
| 106 |
}
|
| 107 |
|
| 108 |
if ($ggufChoice -ne 'E') {
|
| 109 |
Write-Log "`nDownloading HiDream GGUF models..."
|
| 110 |
+
if ($ggufChoice -in 'A', 'D') { Download-File -Uri "$baseUrl/unet/HiDream/hidream-i1-dev-Q8_0.gguf" -OutFile (Join-Path $hidreamUnetDir "hidream-i1-dev-Q8_0.gguf") }
|
| 111 |
+
if ($ggufChoice -in 'B', 'D') { Download-File -Uri "$baseUrl/unet/HiDream/hidream-i1-dev-Q5_K_S.gguf" -OutFile (Join-Path $hidreamUnetDir "hidream-i1-dev-Q5_K_S.gguf") }
|
| 112 |
+
if ($ggufChoice -in 'C', 'D') { Download-File -Uri "$baseUrl/unet/HiDream/hidream-i1-dev-Q4_K_S.gguf" -OutFile (Join-Path $hidreamUnetDir "hidream-i1-dev-Q4_K_S.gguf") }
|
| 113 |
}
|
| 114 |
|
| 115 |
Write-Log "`nHiDream model downloads complete." -Color Green
|
scripts/Model_downloader/Download-LTXV-Models.ps1
CHANGED
|
@@ -94,20 +94,20 @@ $doDownload = ($baseChoice -ne 'D' -or $ggufChoice -ne 'E')
|
|
| 94 |
|
| 95 |
if ($doDownload) {
|
| 96 |
Write-Log "`nDownloading LTXV common support file (VAE)..."
|
| 97 |
-
Download-File -Uri "$baseUrl/vae/ltxv-13b-0.9.7-vae-BF16.safetensors
|
| 98 |
}
|
| 99 |
|
| 100 |
if ($baseChoice -ne 'D') {
|
| 101 |
Write-Log "`nDownloading LTXV base model(s)..."
|
| 102 |
-
if ($baseChoice -in 'A', 'C') { Download-File -Uri "$baseUrl/checkpoints/LTXV/ltxv-13b-0.9.7-dev.safetensors
|
| 103 |
-
if ($baseChoice -in 'B', 'C') { Download-File -Uri "$baseUrl/checkpoints/LTXV/ltxv-2b-0.9.6-dev-04-25.safetensors
|
| 104 |
}
|
| 105 |
|
| 106 |
if ($ggufChoice -ne 'E') {
|
| 107 |
Write-Log "`nDownloading LTXV GGUF models..."
|
| 108 |
-
if ($ggufChoice -in 'A', 'D') { Download-File -Uri "$baseUrl/unet/LTXV/ltxv-13b-0.9.7-dev-Q8_0.gguf
|
| 109 |
-
if ($ggufChoice -in 'B', 'D') { Download-File -Uri "$baseUrl/unet/LTXV/ltxv-13b-0.9.7-dev-Q5_K_M.gguf
|
| 110 |
-
if ($ggufChoice -in 'C', 'D') { Download-File -Uri "$baseUrl/unet/LTXV/ltxv-13b-0.9.7-dev-Q3_K_S.gguf
|
| 111 |
}
|
| 112 |
|
| 113 |
Write-Log "`nLTX-Video model downloads complete." -Color Green
|
|
|
|
| 94 |
|
| 95 |
if ($doDownload) {
|
| 96 |
Write-Log "`nDownloading LTXV common support file (VAE)..."
|
| 97 |
+
Download-File -Uri "$baseUrl/vae/ltxv-13b-0.9.7-vae-BF16.safetensors" -OutFile (Join-Path $vaeDir "ltxv-13b-0.9.7-vae-BF16.safetensors")
|
| 98 |
}
|
| 99 |
|
| 100 |
if ($baseChoice -ne 'D') {
|
| 101 |
Write-Log "`nDownloading LTXV base model(s)..."
|
| 102 |
+
if ($baseChoice -in 'A', 'C') { Download-File -Uri "$baseUrl/checkpoints/LTXV/ltxv-13b-0.9.7-dev.safetensors" -OutFile (Join-Path $ltxvChkptDir "ltxv-13b-0.9.7-dev.safetensors") }
|
| 103 |
+
if ($baseChoice -in 'B', 'C') { Download-File -Uri "$baseUrl/checkpoints/LTXV/ltxv-2b-0.9.6-dev-04-25.safetensors" -OutFile (Join-Path $ltxvChkptDir "ltxv-2b-0.9.6-dev-04-25.safetensors") }
|
| 104 |
}
|
| 105 |
|
| 106 |
if ($ggufChoice -ne 'E') {
|
| 107 |
Write-Log "`nDownloading LTXV GGUF models..."
|
| 108 |
+
if ($ggufChoice -in 'A', 'D') { Download-File -Uri "$baseUrl/unet/LTXV/ltxv-13b-0.9.7-dev-Q8_0.gguf" -OutFile (Join-Path $ltxvUnetDir "ltxv-13b-0.9.7-dev-Q8_0.gguf") }
|
| 109 |
+
if ($ggufChoice -in 'B', 'D') { Download-File -Uri "$baseUrl/unet/LTXV/ltxv-13b-0.9.7-dev-Q5_K_M.gguf" -OutFile (Join-Path $ltxvUnetDir "ltxv-13b-0.9.7-dev-Q5_K_M.gguf") }
|
| 110 |
+
if ($ggufChoice -in 'C', 'D') { Download-File -Uri "$baseUrl/unet/LTXV/ltxv-13b-0.9.7-dev-Q3_K_S.gguf" -OutFile (Join-Path $ltxvUnetDir "ltxv-13b-0.9.7-dev-Q3_K_S.gguf") }
|
| 111 |
}
|
| 112 |
|
| 113 |
Write-Log "`nLTX-Video model downloads complete." -Color Green
|