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
|
@@ -126,3 +126,5 @@ models/unet/WAN/wan2.2_i2v_low_noise_14B_Q4_K_S.gguf filter=lfs diff=lfs merge=l
|
|
| 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
|
|
|
|
|
|
|
|
|
| 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
|
| 129 |
+
models/unet/WAN/wan2.2_i2v_high_noise_14B_Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 130 |
+
models/unet/WAN/wan2.2_i2v_low_noise_14B_Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
models/unet/WAN/wan2.2_i2v_high_noise_14B_Q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:619a66032c28e1b27882dfccc0bf93e51edb1491e8d4e4c6f291726abe4de8aa
|
| 3 |
+
size 15406608896
|
models/unet/WAN/wan2.2_i2v_low_noise_14B_Q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:029c7adc74de4f7804905c5e4fb9335d0862cd2fc37191df526aeac13b64425e
|
| 3 |
+
size 15406608896
|