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
.gitattributes
CHANGED
|
@@ -124,3 +124,5 @@ models/unet/WAN/wan2.2_i2v_high_noise_14B_Q5_K_S.gguf filter=lfs diff=lfs merge=
|
|
| 124 |
models/unet/WAN/wan2.2_i2v_low_noise_14B_Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 125 |
models/unet/WAN/wan2.2_i2v_low_noise_14B_Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 126 |
models/unet/WAN/wan2.2_i2v_low_noise_14B_Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
| 124 |
models/unet/WAN/wan2.2_i2v_low_noise_14B_Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 125 |
models/unet/WAN/wan2.2_i2v_low_noise_14B_Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 126 |
models/unet/WAN/wan2.2_i2v_low_noise_14B_Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 127 |
+
models/unet/WAN/wan2.2_i2v_high_noise_14B_Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 128 |
+
models/unet/WAN/wan2.2_i2v_low_noise_14B_Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
models/unet/WAN/wan2.2_i2v_high_noise_14B_Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cbde54a28b1f69301911d90cfdc9c80e5f66f54b364020b6c32691e0c4f26af6
|
| 3 |
+
size 12003652096
|
models/unet/WAN/wan2.2_i2v_low_noise_14B_Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:50786c9d28413c66a38312c1cf650fba830fb95f53ef5a5769125af0cbaa3a45
|
| 3 |
+
size 12003652096
|