Instructions to use calcuis/qwen-image-gguf with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use calcuis/qwen-image-gguf with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("calcuis/qwen-image-gguf", dtype=torch.bfloat16, device_map="cuda") prompt = "cute anime girl with massive fennec ears and a big fluffy fox tail with long wavy blonde hair between eyes and large blue eyes blonde colored eyelashes chubby wearing oversized clothes summer uniform long blue maxi skirt muddy clothes happy sitting on the side of the road in a run down dark gritty cyberpunk city with neon and a crumbling skyscraper in the rain at night while dipping her feet in a river of water she is holding a sign that says \"ComfyUI is the best\" written in cursive" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Upload qwen-image-distilled-q4_1.gguf with huggingface_hub
Browse files- .gitattributes +1 -0
- qwen-image-distilled-q4_1.gguf +3 -0
.gitattributes
CHANGED
|
@@ -63,3 +63,4 @@ qwen-image-distilled-q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
|
| 63 |
qwen-image-distilled-iq3_s.gguf filter=lfs diff=lfs merge=lfs -text
|
| 64 |
qwen-image-distilled-tq1_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 65 |
qwen-image-distilled-tq2_0.gguf filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 63 |
qwen-image-distilled-iq3_s.gguf filter=lfs diff=lfs merge=lfs -text
|
| 64 |
qwen-image-distilled-tq1_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 65 |
qwen-image-distilled-tq2_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 66 |
+
qwen-image-distilled-q4_1.gguf filter=lfs diff=lfs merge=lfs -text
|
qwen-image-distilled-q4_1.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6363f4b394bfdeaf30805b7b411a241a7939e2caed7d93f2bc21374010a0b073
|
| 3 |
+
size 12866091552
|