Catnop jayn7 commited on
Commit
025590b
·
verified ·
0 Parent(s):

Duplicate from jayn7/Z-Image-Turbo-GGUF

Browse files

Co-authored-by: jay <[email protected]>

.gitattributes ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ *.7z filter=lfs diff=lfs merge=lfs -text
2
+ *.arrow filter=lfs diff=lfs merge=lfs -text
3
+ *.bin filter=lfs diff=lfs merge=lfs -text
4
+ *.bz2 filter=lfs diff=lfs merge=lfs -text
5
+ *.ckpt filter=lfs diff=lfs merge=lfs -text
6
+ *.ftz filter=lfs diff=lfs merge=lfs -text
7
+ *.gz filter=lfs diff=lfs merge=lfs -text
8
+ *.h5 filter=lfs diff=lfs merge=lfs -text
9
+ *.joblib filter=lfs diff=lfs merge=lfs -text
10
+ *.lfs.* filter=lfs diff=lfs merge=lfs -text
11
+ *.mlmodel filter=lfs diff=lfs merge=lfs -text
12
+ *.model filter=lfs diff=lfs merge=lfs -text
13
+ *.msgpack filter=lfs diff=lfs merge=lfs -text
14
+ *.npy filter=lfs diff=lfs merge=lfs -text
15
+ *.npz filter=lfs diff=lfs merge=lfs -text
16
+ *.onnx filter=lfs diff=lfs merge=lfs -text
17
+ *.ot filter=lfs diff=lfs merge=lfs -text
18
+ *.parquet filter=lfs diff=lfs merge=lfs -text
19
+ *.pb filter=lfs diff=lfs merge=lfs -text
20
+ *.pickle filter=lfs diff=lfs merge=lfs -text
21
+ *.pkl filter=lfs diff=lfs merge=lfs -text
22
+ *.pt filter=lfs diff=lfs merge=lfs -text
23
+ *.pth filter=lfs diff=lfs merge=lfs -text
24
+ *.rar filter=lfs diff=lfs merge=lfs -text
25
+ *.safetensors filter=lfs diff=lfs merge=lfs -text
26
+ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
27
+ *.tar.* filter=lfs diff=lfs merge=lfs -text
28
+ *.tar filter=lfs diff=lfs merge=lfs -text
29
+ *.tflite filter=lfs diff=lfs merge=lfs -text
30
+ *.tgz filter=lfs diff=lfs merge=lfs -text
31
+ *.wasm filter=lfs diff=lfs merge=lfs -text
32
+ *.xz filter=lfs diff=lfs merge=lfs -text
33
+ *.zip filter=lfs diff=lfs merge=lfs -text
34
+ *.zst filter=lfs diff=lfs merge=lfs -text
35
+ *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ z_image_turbo-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
37
+ z_image_turbo-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
38
+ z_image_turbo-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ z_image_turbo-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ z_image_turbo-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
41
+ z_image_turbo-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
42
+ z_image_turbo-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
43
+ z_image_turbo-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model:
3
+ - Tongyi-MAI/Z-Image-Turbo
4
+ tags:
5
+ - text-to-image
6
+ - image-generation
7
+ - gguf
8
+ license: apache-2.0
9
+ ---
10
+
11
+ Quantized GGUF versions of the [Z-Image Turbo](https://huggingface.co/Tongyi-MAI/Z-Image-Turbo) by Tongyi-Mai.
12
+ ### 📂 Available Models
13
+ | Model | Download |
14
+ |--------|--------------|
15
+ | Z-Image Turbo GGUF | [Download](https://huggingface.co/jayn7/Z-Image-Turbo-GGUF/tree/main) |
16
+
17
+ ### 📷 Example Comparison
18
+ ![z_image_comparison_1](https://cdn-uploads.huggingface.co/production/uploads/651f78681719ac0cec346537/ILKCwkG5LkjF2ZrAXXRbJ.png)
19
+ ![z_image_comparison_2](https://cdn-uploads.huggingface.co/production/uploads/651f78681719ac0cec346537/EpzgxY40FbLEE3oGUBDIi.png)
20
+ ![z_image_comparison_3](https://cdn-uploads.huggingface.co/production/uploads/651f78681719ac0cec346537/gNM6MhM7HPIKAj7YZ2bHz.jpeg)
21
+
22
+
23
+
24
+ ### Model Information
25
+
26
+ Check out the original model card [Z-Image Turbo](https://huggingface.co/Tongyi-MAI/Z-Image-Turbo) for detailed information about the model.
27
+
28
+ ### Usage
29
+
30
+ The model can be used with:
31
+
32
+ - [**ComfyUI-GGUF**](https://github.com/city96/ComfyUI-GGUF) by **city96**
33
+
34
+
35
+
36
+ ### Credits
37
+
38
+ - **Original Model**: [Z-Image Turbo by Tongyi-MAI](https://huggingface.co/Tongyi-MAI/Z-Image-Turbo)
39
+ - **Quantization Tools & Guide**: [llama.cpp](https://github.com/ggml-org/llama.cpp) & [city96](https://github.com/city96/ComfyUI-GGUF/blob/main/tools/README.md)
40
+
41
+ ### License
42
+ This repository follows the same license as the [Z-Image Turbo](https://huggingface.co/Tongyi-MAI/Z-Image-Turbo).
example_workflow.json ADDED
@@ -0,0 +1,600 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id": "062bcb7a-6ffe-4748-95f8-a55736c587f3",
3
+ "revision": 0,
4
+ "last_node_id": 18,
5
+ "last_link_id": 14,
6
+ "nodes": [
7
+ {
8
+ "id": 13,
9
+ "type": "UNETLoader",
10
+ "pos": [
11
+ 60.51125727779435,
12
+ 963.2787917855696
13
+ ],
14
+ "size": [
15
+ 270,
16
+ 82
17
+ ],
18
+ "flags": {},
19
+ "order": 0,
20
+ "mode": 4,
21
+ "inputs": [],
22
+ "outputs": [
23
+ {
24
+ "name": "MODEL",
25
+ "type": "MODEL",
26
+ "links": null
27
+ }
28
+ ],
29
+ "properties": {
30
+ "cnr_id": "comfy-core",
31
+ "ver": "0.3.75",
32
+ "Node name for S&R": "UNETLoader"
33
+ },
34
+ "widgets_values": [
35
+ "z_image_turbo_bf16.safetensors",
36
+ "default"
37
+ ]
38
+ },
39
+ {
40
+ "id": 9,
41
+ "type": "UnetLoaderGGUF",
42
+ "pos": [
43
+ 64.17096039991915,
44
+ 1097.4653220593357
45
+ ],
46
+ "size": [
47
+ 270,
48
+ 58
49
+ ],
50
+ "flags": {},
51
+ "order": 1,
52
+ "mode": 0,
53
+ "inputs": [],
54
+ "outputs": [
55
+ {
56
+ "name": "MODEL",
57
+ "type": "MODEL",
58
+ "links": [
59
+ 3
60
+ ]
61
+ }
62
+ ],
63
+ "properties": {
64
+ "cnr_id": "ComfyUI-GGUF",
65
+ "ver": "d3e14efda6bb891de0406d2debffcb07e88d4231",
66
+ "Node name for S&R": "UnetLoaderGGUF"
67
+ },
68
+ "widgets_values": [
69
+ "z_image_turbo-Q8_0.gguf"
70
+ ]
71
+ },
72
+ {
73
+ "id": 7,
74
+ "type": "CLIPLoaderGGUF",
75
+ "pos": [
76
+ 55.06271452353618,
77
+ 1243.511966336947
78
+ ],
79
+ "size": [
80
+ 270,
81
+ 82
82
+ ],
83
+ "flags": {},
84
+ "order": 2,
85
+ "mode": 0,
86
+ "inputs": [],
87
+ "outputs": [
88
+ {
89
+ "name": "CLIP",
90
+ "type": "CLIP",
91
+ "links": [
92
+ 2,
93
+ 8
94
+ ]
95
+ }
96
+ ],
97
+ "properties": {
98
+ "cnr_id": "ComfyUI-GGUF",
99
+ "ver": "d3e14efda6bb891de0406d2debffcb07e88d4231",
100
+ "Node name for S&R": "CLIPLoaderGGUF"
101
+ },
102
+ "widgets_values": [
103
+ "Qwen3-4B-UD-Q8_K_XL.gguf",
104
+ "lumina2"
105
+ ]
106
+ },
107
+ {
108
+ "id": 16,
109
+ "type": "MarkdownNote",
110
+ "pos": [
111
+ -281.9143857960713,
112
+ 1332.2874217087465
113
+ ],
114
+ "size": [
115
+ 317.08330880163544,
116
+ 376.7915207153559
117
+ ],
118
+ "flags": {},
119
+ "order": 3,
120
+ "mode": 0,
121
+ "inputs": [],
122
+ "outputs": [],
123
+ "title": "Resources",
124
+ "properties": {},
125
+ "widgets_values": [
126
+ "## Model links (BF16)\n\n**text_encoders**\n\n- [qwen_3_4b.safetensors](https://huggingface.co/Comfy-Org/z_image_turbo/resolve/main/split_files/text_encoders/qwen_3_4b.safetensors)\n\n**diffusion_models**\n\n- [z_image_turbo_bf16.safetensors](https://huggingface.co/Comfy-Org/z_image_turbo/resolve/main/split_files/diffusion_models/z_image_turbo_bf16.safetensors)\n\n**vae**\n\n- [ae.safetensors](https://huggingface.co/Comfy-Org/z_image_turbo/resolve/main/split_files/vae/ae.safetensors?download=true)\n\n\nModel Storage Location\n\n```\n📂 ComfyUI/\n├── 📂 models/\n│ ├── 📂 text_encoders/\n│ │ └── qwen_3_4b.safetensors\n│ ├── 📂 diffusion_models/\n│ │ └── z_image_turbo_bf16.safetensors\n│ └── 📂 vae/\n│ └── ae.safetensors\n```\n"
127
+ ],
128
+ "color": "#432",
129
+ "bgcolor": "#653"
130
+ },
131
+ {
132
+ "id": 11,
133
+ "type": "ModelSamplingAuraFlow",
134
+ "pos": [
135
+ 386.1151500227518,
136
+ 980.8767169837448
137
+ ],
138
+ "size": [
139
+ 315,
140
+ 58
141
+ ],
142
+ "flags": {},
143
+ "order": 7,
144
+ "mode": 0,
145
+ "inputs": [
146
+ {
147
+ "name": "model",
148
+ "type": "MODEL",
149
+ "link": 3
150
+ }
151
+ ],
152
+ "outputs": [
153
+ {
154
+ "name": "MODEL",
155
+ "type": "MODEL",
156
+ "slot_index": 0,
157
+ "links": [
158
+ 4
159
+ ]
160
+ }
161
+ ],
162
+ "properties": {
163
+ "cnr_id": "comfy-core",
164
+ "ver": "0.3.75",
165
+ "Node name for S&R": "ModelSamplingAuraFlow"
166
+ },
167
+ "widgets_values": [
168
+ 3
169
+ ]
170
+ },
171
+ {
172
+ "id": 8,
173
+ "type": "CLIPTextEncode",
174
+ "pos": [
175
+ 378.06563269610695,
176
+ 1157.150761094689
177
+ ],
178
+ "size": [
179
+ 423.83001708984375,
180
+ 177.11770629882812
181
+ ],
182
+ "flags": {},
183
+ "order": 9,
184
+ "mode": 0,
185
+ "inputs": [
186
+ {
187
+ "name": "clip",
188
+ "type": "CLIP",
189
+ "link": 8
190
+ }
191
+ ],
192
+ "outputs": [
193
+ {
194
+ "name": "CONDITIONING",
195
+ "type": "CONDITIONING",
196
+ "slot_index": 0,
197
+ "links": [
198
+ 5
199
+ ]
200
+ }
201
+ ],
202
+ "title": "CLIP Text Encode (Positive Prompt)",
203
+ "properties": {
204
+ "cnr_id": "comfy-core",
205
+ "ver": "0.3.75",
206
+ "Node name for S&R": "CLIPTextEncode"
207
+ },
208
+ "widgets_values": [
209
+ "cat"
210
+ ],
211
+ "color": "#232",
212
+ "bgcolor": "#353"
213
+ },
214
+ {
215
+ "id": 3,
216
+ "type": "CLIPTextEncode",
217
+ "pos": [
218
+ 372.10654442724336,
219
+ 1381.4525729399613
220
+ ],
221
+ "size": [
222
+ 425.27801513671875,
223
+ 180.6060791015625
224
+ ],
225
+ "flags": {},
226
+ "order": 8,
227
+ "mode": 0,
228
+ "inputs": [
229
+ {
230
+ "name": "clip",
231
+ "type": "CLIP",
232
+ "link": 2
233
+ }
234
+ ],
235
+ "outputs": [
236
+ {
237
+ "name": "CONDITIONING",
238
+ "type": "CONDITIONING",
239
+ "slot_index": 0,
240
+ "links": [
241
+ 6
242
+ ]
243
+ }
244
+ ],
245
+ "title": "CLIP Text Encode (Negative Prompt)",
246
+ "properties": {
247
+ "cnr_id": "comfy-core",
248
+ "ver": "0.3.75",
249
+ "Node name for S&R": "CLIPTextEncode"
250
+ },
251
+ "widgets_values": [
252
+ "blurry ugly bad"
253
+ ],
254
+ "color": "#322",
255
+ "bgcolor": "#533"
256
+ },
257
+ {
258
+ "id": 5,
259
+ "type": "EmptySD3LatentImage",
260
+ "pos": [
261
+ 377.22659089524416,
262
+ 1605.0280259012798
263
+ ],
264
+ "size": [
265
+ 315,
266
+ 106
267
+ ],
268
+ "flags": {},
269
+ "order": 4,
270
+ "mode": 0,
271
+ "inputs": [],
272
+ "outputs": [
273
+ {
274
+ "name": "LATENT",
275
+ "type": "LATENT",
276
+ "slot_index": 0,
277
+ "links": [
278
+ 7
279
+ ]
280
+ }
281
+ ],
282
+ "properties": {
283
+ "cnr_id": "comfy-core",
284
+ "ver": "0.3.75",
285
+ "Node name for S&R": "EmptySD3LatentImage"
286
+ },
287
+ "widgets_values": [
288
+ 2048,
289
+ 2048,
290
+ 1
291
+ ]
292
+ },
293
+ {
294
+ "id": 10,
295
+ "type": "KSampler",
296
+ "pos": [
297
+ 829.4083562725156,
298
+ 1171.0280259012795
299
+ ],
300
+ "size": [
301
+ 315,
302
+ 663.4255319148936
303
+ ],
304
+ "flags": {},
305
+ "order": 10,
306
+ "mode": 0,
307
+ "inputs": [
308
+ {
309
+ "name": "model",
310
+ "type": "MODEL",
311
+ "link": 4
312
+ },
313
+ {
314
+ "name": "positive",
315
+ "type": "CONDITIONING",
316
+ "link": 5
317
+ },
318
+ {
319
+ "name": "negative",
320
+ "type": "CONDITIONING",
321
+ "link": 6
322
+ },
323
+ {
324
+ "name": "latent_image",
325
+ "type": "LATENT",
326
+ "link": 7
327
+ }
328
+ ],
329
+ "outputs": [
330
+ {
331
+ "name": "LATENT",
332
+ "type": "LATENT",
333
+ "slot_index": 0,
334
+ "links": [
335
+ 9
336
+ ]
337
+ }
338
+ ],
339
+ "properties": {
340
+ "cnr_id": "comfy-core",
341
+ "ver": "0.3.75",
342
+ "Node name for S&R": "KSampler"
343
+ },
344
+ "widgets_values": [
345
+ 526213216603097,
346
+ "fixed",
347
+ 9,
348
+ 1,
349
+ "euler",
350
+ "simple",
351
+ 1
352
+ ]
353
+ },
354
+ {
355
+ "id": 6,
356
+ "type": "VAEDecode",
357
+ "pos": [
358
+ 1164.6819973885608,
359
+ 1171.8362082475069
360
+ ],
361
+ "size": [
362
+ 210,
363
+ 46
364
+ ],
365
+ "flags": {},
366
+ "order": 11,
367
+ "mode": 0,
368
+ "inputs": [
369
+ {
370
+ "name": "samples",
371
+ "type": "LATENT",
372
+ "link": 9
373
+ },
374
+ {
375
+ "name": "vae",
376
+ "type": "VAE",
377
+ "link": 10
378
+ }
379
+ ],
380
+ "outputs": [
381
+ {
382
+ "name": "IMAGE",
383
+ "type": "IMAGE",
384
+ "slot_index": 0,
385
+ "links": [
386
+ 14
387
+ ]
388
+ }
389
+ ],
390
+ "properties": {
391
+ "cnr_id": "comfy-core",
392
+ "ver": "0.3.75",
393
+ "Node name for S&R": "VAEDecode"
394
+ },
395
+ "widgets_values": []
396
+ },
397
+ {
398
+ "id": 4,
399
+ "type": "VAELoader",
400
+ "pos": [
401
+ 1166.7410141886078,
402
+ 1065.0144512421527
403
+ ],
404
+ "size": [
405
+ 210,
406
+ 58
407
+ ],
408
+ "flags": {},
409
+ "order": 5,
410
+ "mode": 0,
411
+ "inputs": [],
412
+ "outputs": [
413
+ {
414
+ "name": "VAE",
415
+ "type": "VAE",
416
+ "links": [
417
+ 10
418
+ ]
419
+ }
420
+ ],
421
+ "properties": {
422
+ "cnr_id": "comfy-core",
423
+ "ver": "0.3.75",
424
+ "Node name for S&R": "VAELoader"
425
+ },
426
+ "widgets_values": [
427
+ "ae.safetensors"
428
+ ]
429
+ },
430
+ {
431
+ "id": 18,
432
+ "type": "SaveImage",
433
+ "pos": [
434
+ 1396.4213324200182,
435
+ 1167.700771943608
436
+ ],
437
+ "size": [
438
+ 270,
439
+ 58
440
+ ],
441
+ "flags": {},
442
+ "order": 12,
443
+ "mode": 0,
444
+ "inputs": [
445
+ {
446
+ "name": "images",
447
+ "type": "IMAGE",
448
+ "link": 14
449
+ }
450
+ ],
451
+ "outputs": [],
452
+ "properties": {
453
+ "cnr_id": "comfy-core",
454
+ "ver": "0.3.75",
455
+ "Node name for S&R": "SaveImage"
456
+ },
457
+ "widgets_values": [
458
+ "ComfyUI"
459
+ ]
460
+ },
461
+ {
462
+ "id": 17,
463
+ "type": "MarkdownNote",
464
+ "pos": [
465
+ -285.66104024749944,
466
+ 910.7495208635008
467
+ ],
468
+ "size": [
469
+ 317.08330880163544,
470
+ 376.7915207153559
471
+ ],
472
+ "flags": {},
473
+ "order": 6,
474
+ "mode": 0,
475
+ "inputs": [],
476
+ "outputs": [],
477
+ "title": "Resources",
478
+ "properties": {},
479
+ "widgets_values": [
480
+ "## Model links (GGUF)\n\n**text_encoders**\n\n- [qwen_3_4b-Q*.gguf](https://huggingface.co/unsloth/Qwen3-4B-GGUF/tree/main) \n\n**diffusion_models**\n\n- [z_image_turbo-Q*.gguf](https://huggingface.co/jayn7/Z-Image-Turbo-GGUF)\n\n**vae**\n\n- [ae.safetensors](https://huggingface.co/Comfy-Org/z_image_turbo/resolve/main/split_files/vae/ae.safetensors?download=true)\n\n**custom_nodes**\n- [ComfyUI-GGUF](https://github.com/city96/ComfyUI-GGUF)\n\nModel Storage Location\n\n```\n📂 ComfyUI/\n├── 📂 models/\n│ ├── 📂 text_encoders/\n│ │ └── qwen_3_4b-Q*.gguf\n│ ├── 📂 diffusion_models/\n│ │ └── z_image_turbo-Q*.gguf\n│ └── 📂 vae/\n│ └── ae.safetensors\n```\n"
481
+ ],
482
+ "color": "#432",
483
+ "bgcolor": "#653"
484
+ }
485
+ ],
486
+ "links": [
487
+ [
488
+ 2,
489
+ 7,
490
+ 0,
491
+ 3,
492
+ 0,
493
+ "CLIP"
494
+ ],
495
+ [
496
+ 3,
497
+ 9,
498
+ 0,
499
+ 11,
500
+ 0,
501
+ "MODEL"
502
+ ],
503
+ [
504
+ 4,
505
+ 11,
506
+ 0,
507
+ 10,
508
+ 0,
509
+ "MODEL"
510
+ ],
511
+ [
512
+ 5,
513
+ 8,
514
+ 0,
515
+ 10,
516
+ 1,
517
+ "CONDITIONING"
518
+ ],
519
+ [
520
+ 6,
521
+ 3,
522
+ 0,
523
+ 10,
524
+ 2,
525
+ "CONDITIONING"
526
+ ],
527
+ [
528
+ 7,
529
+ 5,
530
+ 0,
531
+ 10,
532
+ 3,
533
+ "LATENT"
534
+ ],
535
+ [
536
+ 8,
537
+ 7,
538
+ 0,
539
+ 8,
540
+ 0,
541
+ "CLIP"
542
+ ],
543
+ [
544
+ 9,
545
+ 10,
546
+ 0,
547
+ 6,
548
+ 0,
549
+ "LATENT"
550
+ ],
551
+ [
552
+ 10,
553
+ 4,
554
+ 0,
555
+ 6,
556
+ 1,
557
+ "VAE"
558
+ ],
559
+ [
560
+ 14,
561
+ 6,
562
+ 0,
563
+ 18,
564
+ 0,
565
+ "IMAGE"
566
+ ]
567
+ ],
568
+ "groups": [
569
+ {
570
+ "id": 1,
571
+ "title": "Load Model",
572
+ "bounding": [
573
+ 50.51125727779435,
574
+ 889.6787917855696,
575
+ 293.6597031221248,
576
+ 275.78653027376606
577
+ ],
578
+ "color": "#3f789e",
579
+ "font_size": 24,
580
+ "flags": {}
581
+ }
582
+ ],
583
+ "config": {},
584
+ "extra": {
585
+ "ds": {
586
+ "scale": 0.7627768444385488,
587
+ "offset": [
588
+ 543.5694671395886,
589
+ -681.4610160203994
590
+ ]
591
+ },
592
+ "frontendVersion": "1.32.9",
593
+ "workflowRendererVersion": "LG",
594
+ "VHS_latentpreview": false,
595
+ "VHS_latentpreviewrate": 0,
596
+ "VHS_MetadataImage": false,
597
+ "VHS_KeepIntermediate": true
598
+ },
599
+ "version": 0.4
600
+ }
z_image_turbo-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d01263fcc74b9813d03e62d122461ad759f2837ffeecefc0ef00451244b89e6
3
+ size 4123753536
z_image_turbo-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:82839e2cbb0116c8a60a7e4421ce1d5fe95827906ab32858d95622801b65624e
3
+ size 3790825536
z_image_turbo-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:745ec270db042409fde084d6b5cfccabf214a7fe5a494edf994a391125656afd
3
+ size 4981532736
z_image_turbo-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c193f86867daf4e57007ec2fdb7bee8e7273b0f6ea20153ef2cb4037c4930257
3
+ size 4658972736
z_image_turbo-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd2abb4bc76dbecc8c1d14658342c37db12d5b09874f96fa9adc8a28e62b2056
3
+ size 5522742336
z_image_turbo-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:62d1e85679d1a207d43823aa5755480a9279b38c8715b2e1cb9e7166fba279c1
3
+ size 5189814336
z_image_turbo-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc137d87b49e06fdd5230d67d6c8cfa42a9e1fd38b65ccd355882450c3eb1c82
3
+ size 5910505536
z_image_turbo-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f163d60b0eb427469510b8226243d196574a18139a2e40c017409cfbda95ecfe
3
+ size 7224707136