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 wan2.2_i2v_low_noise_14B_Q5_K_S.gguf
Browse files
.gitattributes
CHANGED
|
@@ -123,3 +123,4 @@ models/unet/WAN/wan2.2_i2v_high_noise_14B_Q4_K_S.gguf filter=lfs diff=lfs merge=
|
|
| 123 |
models/unet/WAN/wan2.2_i2v_high_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
|
|
|
|
|
|
| 123 |
models/unet/WAN/wan2.2_i2v_high_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
|
models/unet/WAN/wan2.2_i2v_low_noise_14B_Q5_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:273c5cda8a653433d59231a12b78fbe2c5981f81ecdc735df98ee38325794df9
|
| 3 |
+
size 10137514496
|