BennyDaBall commited on
Commit
89ffc15
·
verified ·
1 Parent(s): 53793db

README: document ComfyUI-Z-Engineer v2 GGUF loader + local enhancer

Browse files
Files changed (1) hide show
  1. README.md +13 -8
README.md CHANGED
@@ -24,7 +24,7 @@ tags:
24
 
25
  GGUF quantized release for [Z-Image-Engineer V6](https://huggingface.co/BennyDaBall/Z-Image-Engineer-V6).
26
 
27
- The main repo contains the merged HF safetensors. This repo contains the quant ladder for LM Studio, ComfyUI `CLIPLoaderGGUF`, llama.cpp-style loaders, and local prompt-enhancement workflows.
28
 
29
  ![Z-Image-Engineer V6 simple A/B with rewrites](evidence/gallery_z_image_engineer_v6_simple_ab_with_rewrites_CONTACT.png)
30
 
@@ -36,8 +36,9 @@ The main repo contains the merged HF safetensors. This repo contains the quant l
36
 
37
  Use these GGUF files when you want:
38
 
 
39
  - LM Studio prompt enhancement
40
- - ComfyUI Z-Image text-encoder replacement through `CLIPLoaderGGUF`
41
  - smaller local files than the merged HF safetensors
42
  - the same V6 prompt style and conditioning behavior in a quantized format
43
 
@@ -71,12 +72,16 @@ Enhance this image prompt for Z-Image Turbo: a unicorn
71
 
72
  The comparison examples were generated from direct LM Studio user requests like this, with no separate system prompt. `V6_SYSTEM_PROMPT.md` is included only as an optional preset for people who want a stricter prompt-only chat setup.
73
 
74
- ### ComfyUI
75
 
76
- 1. Place a GGUF file into `ComfyUI/models/text_encoders/`.
77
- 2. Add a `CLIPLoaderGGUF` node.
78
- 3. Set model type to `lumina2`.
79
- 4. Use it where the stock Z-Image Qwen text encoder would normally go.
 
 
 
 
80
 
81
  Verified image settings:
82
 
@@ -111,7 +116,7 @@ The final V6 build used master-corpus SMART DoRA training, retention pressure, S
111
  ## Related Repos
112
 
113
  - Main merged HF release: [BennyDaBall/Z-Image-Engineer-V6](https://huggingface.co/BennyDaBall/Z-Image-Engineer-V6)
114
- - Optional ComfyUI workflow repo: [ComfyUI-Z-Engineer](https://github.com/BennyDaBall930/ComfyUI-Z-Engineer)
115
 
116
  ---
117
 
 
24
 
25
  GGUF quantized release for [Z-Image-Engineer V6](https://huggingface.co/BennyDaBall/Z-Image-Engineer-V6).
26
 
27
+ The main repo contains the merged HF safetensors. This repo contains the quant ladder for the [ComfyUI-Z-Engineer](https://github.com/BennyDaBall930/ComfyUI-Z-Engineer) node, LM Studio, ComfyUI `CLIPLoaderGGUF`, llama.cpp-style loaders, and local prompt-enhancement workflows.
28
 
29
  ![Z-Image-Engineer V6 simple A/B with rewrites](evidence/gallery_z_image_engineer_v6_simple_ab_with_rewrites_CONTACT.png)
30
 
 
36
 
37
  Use these GGUF files when you want:
38
 
39
+ - ComfyUI Z-Image text-encoder replacement and in-ComfyUI prompt enhancement through [ComfyUI-Z-Engineer](https://github.com/BennyDaBall930/ComfyUI-Z-Engineer) (no external server needed)
40
  - LM Studio prompt enhancement
41
+ - ComfyUI text-encoder loading through plain `CLIPLoaderGGUF`
42
  - smaller local files than the merged HF safetensors
43
  - the same V6 prompt style and conditioning behavior in a quantized format
44
 
 
72
 
73
  The comparison examples were generated from direct LM Studio user requests like this, with no separate system prompt. `V6_SYSTEM_PROMPT.md` is included only as an optional preset for people who want a stricter prompt-only chat setup.
74
 
75
+ ### ComfyUI (recommended: ComfyUI-Z-Engineer)
76
 
77
+ 1. Install the [ComfyUI-Z-Engineer](https://github.com/BennyDaBall930/ComfyUI-Z-Engineer) custom node (v2.0+).
78
+ 2. Place a GGUF file into `ComfyUI/models/text_encoders/`.
79
+ 3. Add **Z-Engineer CLIP Loader (GGUF)** and pick the quant - use the `clip` output where the stock Z-Image Qwen text encoder would normally go.
80
+ 4. Optional: add **Z-Engineer Prompt Enhancer (Local)** with the same `clip` to rewrite seed prompts in-process, previewed on the node. No LM Studio or external server required.
81
+
82
+ A ready-made workflow ships with the node repo: `example_workflows/z_image_turbo_z_engineer.json`. With [ComfyUI-GGUF](https://github.com/city96/ComfyUI-GGUF) installed the quant stays quantized in VRAM.
83
+
84
+ Alternative without the node: add a plain `CLIPLoaderGGUF` node (ComfyUI-GGUF), set model type to `lumina2`, and use it as the text encoder only.
85
 
86
  Verified image settings:
87
 
 
116
  ## Related Repos
117
 
118
  - Main merged HF release: [BennyDaBall/Z-Image-Engineer-V6](https://huggingface.co/BennyDaBall/Z-Image-Engineer-V6)
119
+ - ComfyUI custom node (GGUF + shard loaders, local prompt enhancer with preview): [ComfyUI-Z-Engineer](https://github.com/BennyDaBall930/ComfyUI-Z-Engineer)
120
 
121
  ---
122