BennyDaBall commited on
Commit
1531771
·
verified ·
1 Parent(s): 1249d6a

README: warn this GGUF is the prompt-writer, not a ComfyUI text encoder (see discussion #1)

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -27,6 +27,12 @@ tags:
27
 
28
  > **Experimental.** This is the **chat / prompt-writer** side of [`Krea-2-Engineer-V1`](https://huggingface.co/BennyDaBall/Krea-2-Engineer-V1) — a first, encoder-only fine-tune of Krea-2's Qwen3-VL text encoder. The image-enhancement weights for ComfyUI live in the main repo; **this repo is the same model repacked as a standard Qwen3 GGUF** so you can run it as a prompt-enhancer LLM in LM Studio.
29
 
 
 
 
 
 
 
30
  ## Model Metadata
31
 
32
  | Field | Value |
 
27
 
28
  > **Experimental.** This is the **chat / prompt-writer** side of [`Krea-2-Engineer-V1`](https://huggingface.co/BennyDaBall/Krea-2-Engineer-V1) — a first, encoder-only fine-tune of Krea-2's Qwen3-VL text encoder. The image-enhancement weights for ComfyUI live in the main repo; **this repo is the same model repacked as a standard Qwen3 GGUF** so you can run it as a prompt-enhancer LLM in LM Studio.
29
 
30
+ ## ⚠️ Not a ComfyUI text encoder
31
+
32
+ This GGUF is the **prompt-writer chat model**: the fine-tuned text tower only, repacked as a plain Qwen3 causal LM (`general.architecture: qwen3`, no vision tensors). It **cannot** produce Krea-2 conditioning — ComfyUI's `krea2` CLIP type needs the full Qwen3-VL-4B (12-layer hidden-state stack + vision tower), and ComfyUI-GGUF currently has no qwen3vl text-encoder path at all. Loading it as CLIP fails at the sampler with `Krea2 expects conditioning with 12x2560=30720 features ... but got 2560`.
33
+
34
+ For ComfyUI, use `Krea2-Engineer-V1-bf16.safetensors` from [Krea-2-Engineer-V1](https://huggingface.co/BennyDaBall/Krea-2-Engineer-V1) with **CLIPLoader → type `krea2`**.
35
+
36
  ## Model Metadata
37
 
38
  | Field | Value |