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 Qwen_Image_Distill-Q8_0.gguf
Browse files
.gitattributes
CHANGED
|
@@ -140,3 +140,4 @@ models/unet/WAN/Wan2.2-T2V-A14B-LowNoise-Q6_K.gguf filter=lfs diff=lfs merge=lfs
|
|
| 140 |
models/unet/WAN/Wan2.2-T2V-A14B-LowNoise-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 141 |
models/unet/QWEN/Qwen_Image_Distill-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 142 |
models/unet/QWEN/Qwen_Image_Distill-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 140 |
models/unet/WAN/Wan2.2-T2V-A14B-LowNoise-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 141 |
models/unet/QWEN/Qwen_Image_Distill-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 142 |
models/unet/QWEN/Qwen_Image_Distill-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 143 |
+
models/unet/QWEN/Qwen_Image_Distill-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
models/unet/QWEN/Qwen_Image_Distill-Q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a831046288b8752d8a2c5cb65924acf26eae91466ecf5b789b9b7c72fe7a2576
|
| 3 |
+
size 21761817120
|