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 Qwen2.5-VL-7B-Instruct-Q8_0.gguf
Browse files
.gitattributes
CHANGED
|
@@ -185,3 +185,4 @@ models/unet/WAN/Wan2.2-Fun-A14B-InP_LowNoise-Q3_K_S.gguf filter=lfs diff=lfs mer
|
|
| 185 |
models/unet/WAN/Wan2.2-Fun-A14B-InP_LowNoise-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 186 |
models/unet/WAN/Wan2.2-Fun-A14B-InP_LowNoise-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 187 |
models/unet/WAN/Wan2.2-Fun-A14B-InP_LowNoise-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 185 |
models/unet/WAN/Wan2.2-Fun-A14B-InP_LowNoise-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 186 |
models/unet/WAN/Wan2.2-Fun-A14B-InP_LowNoise-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 187 |
models/unet/WAN/Wan2.2-Fun-A14B-InP_LowNoise-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 188 |
+
models/clip/Qwen2.5-VL-7B-Instruct-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
models/clip/Qwen2.5-VL-7B-Instruct-Q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ee770c700d7429cc6f0c74d6c7ab3c063bf521312fc36e80776d1d79bc9fa4ad
|
| 3 |
+
size 8098524032
|