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
|
@@ -163,3 +163,5 @@ models/unet/WAN/Wan2.2-Fun-A14B-Control_HighNoise-Q8_0.gguf filter=lfs diff=lfs
|
|
| 163 |
models/unet/WAN/Wan2.2-Fun-A14B-Control_LowNoise-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 164 |
models/unet/WAN/Wan2.2-Fun-A14B-Control_LowNoise-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 165 |
models/unet/WAN/Wan2.2-Fun-A14B-Control_LowNoise-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
| 163 |
models/unet/WAN/Wan2.2-Fun-A14B-Control_LowNoise-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 164 |
models/unet/WAN/Wan2.2-Fun-A14B-Control_LowNoise-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 165 |
models/unet/WAN/Wan2.2-Fun-A14B-Control_LowNoise-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 166 |
+
models/unet/WAN/Wan2.2-Fun-A14B-Control_LowNoise-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 167 |
+
models/unet/WAN/Wan2.2-Fun-A14B-Control_LowNoise-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
models/unet/WAN/Wan2.2-Fun-A14B-Control_LowNoise-Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:df592bc12006e49110b52acb135571de347987b858040fec9c395723da7a4c3b
|
| 3 |
+
size 12015479552
|
models/unet/WAN/Wan2.2-Fun-A14B-Control_LowNoise-Q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dc05a89bd99d903f9a706a8f7460b94be629ebadf4f297fd0151a79e7d5ad199
|
| 3 |
+
size 15418436352
|