Update README.md
Browse files
README.md
CHANGED
|
@@ -7,15 +7,38 @@ base_model:
|
|
| 7 |
pipeline_tag: text-to-image
|
| 8 |
library_name: diffusers
|
| 9 |
widget:
|
| 10 |
-
- text:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
output:
|
| 12 |
url: workflow-demo1.png
|
| 13 |
-
- text:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
output:
|
| 15 |
url: workflow-demo2.png
|
| 16 |
-
- text:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
output:
|
| 18 |
url: workflow-demo3.png
|
|
|
|
|
|
|
| 19 |
---
|
| 20 |
# **gguf quantized version of qwen-image**
|
| 21 |
- drag **qwen-image** to > `./ComfyUI/models/diffusion_models`
|
|
@@ -25,3 +48,8 @@ widget:
|
|
| 25 |
<Gallery />
|
| 26 |
|
| 27 |

|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
pipeline_tag: text-to-image
|
| 8 |
library_name: diffusers
|
| 9 |
widget:
|
| 10 |
+
- text: >-
|
| 11 |
+
cute anime girl with massive fennec ears and a big fluffy fox tail with long
|
| 12 |
+
wavy blonde hair between eyes and large blue eyes blonde colored eyelashes
|
| 13 |
+
chubby wearing oversized clothes summer uniform long blue maxi skirt muddy
|
| 14 |
+
clothes happy sitting on the side of the road in a run down dark gritty
|
| 15 |
+
cyberpunk city with neon and a crumbling skyscraper in the rain at night
|
| 16 |
+
while dipping her feet in a river of water she is holding a sign that says
|
| 17 |
+
"ComfyUI is the best" written in cursive
|
| 18 |
output:
|
| 19 |
url: workflow-demo1.png
|
| 20 |
+
- text: >-
|
| 21 |
+
cute anime girl with massive fennec ears and a big fluffy fox tail with long
|
| 22 |
+
wavy blonde hair between eyes and large blue eyes blonde colored eyelashes
|
| 23 |
+
chubby wearing oversized clothes summer uniform long blue maxi skirt muddy
|
| 24 |
+
clothes happy sitting on the side of the road in a run down dark gritty
|
| 25 |
+
cyberpunk city with neon and a crumbling skyscraper in the rain at night
|
| 26 |
+
while dipping her feet in a river of water she is holding a sign that says
|
| 27 |
+
"PIG is the best" written in cursive
|
| 28 |
output:
|
| 29 |
url: workflow-demo2.png
|
| 30 |
+
- text: >-
|
| 31 |
+
cute anime girl with massive fennec ears and a big fluffy fox tail with long
|
| 32 |
+
wavy blonde hair between eyes and large blue eyes blonde colored eyelashes
|
| 33 |
+
chubby wearing oversized clothes summer uniform long blue maxi skirt muddy
|
| 34 |
+
clothes happy sitting on the side of the road in a run down dark gritty
|
| 35 |
+
cyberpunk city with neon and a crumbling skyscraper in the rain at night
|
| 36 |
+
while dipping her feet in a river of water she is holding a sign that says
|
| 37 |
+
"1+1=2 is it correct?" written in cursive
|
| 38 |
output:
|
| 39 |
url: workflow-demo3.png
|
| 40 |
+
tags:
|
| 41 |
+
- gguf-node
|
| 42 |
---
|
| 43 |
# **gguf quantized version of qwen-image**
|
| 44 |
- drag **qwen-image** to > `./ComfyUI/models/diffusion_models`
|
|
|
|
| 48 |
<Gallery />
|
| 49 |
|
| 50 |

|
| 51 |
+
|
| 52 |
+
### **reference**
|
| 53 |
+
- base model from [qwen](https://huggingface.co/Qwen)
|
| 54 |
+
- comfyui from [comfyanonymous](https://github.com/comfyanonymous/ComfyUI)
|
| 55 |
+
- gguf-node ([pypi](https://pypi.org/project/gguf-node)|[repo](https://github.com/calcuis/gguf)|[pack](https://github.com/calcuis/gguf/releases))
|