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