Views
No views yet
| File | Quant | Size |
|---|---|---|
boogu-edit-turbo-dit-Q8_0.gguf | Q8_0 | ~11.6 GB |
boogu-edit-turbo-dit-Q5_1.gguf | Q5_1 | ~8.64 GB |
boogu-edit-turbo-dit-Q5_0.gguf | Q5_0 | ~8.04 GB |
boogu-edit-turbo-dit-Q4_1.gguf | Q4_1 | ~7.44 GB |
boogu-edit-turbo-dit-Q4_0.gguf | Q4_0 | ~6.84 GB |
Q4_0 is the recommended sweet spot for the balance of VRAM savings and quality. Step up to Q5_1 or Q8_0 if you have the headroom and want maximum fidelity.llama.cpp source. Because the Boogu/OmniGen architecture is brand new, those K-quant blueprints do not exist in the compiler yet. Flat quants bypass this requirement by forcing all 2D tensors to the target bit-depth, so they quantize cleanly where K-quants would fall back to near-full precision.CLIPLoader, set type = boogu.flux1_vae_bf16.safetensors from the Comfy-Org Boogu repo.⚠️ Most "it looks low-res / soft / noisy" reports come from loading the wrong encoder or VAE (e.g. a different Qwen3-VL size), or from the CLIPLoadertypenot being set toboogu. Verify these two files before reporting an issue.
Load CLIP node has no boogu architecture option, fetch the PR into your ComfyUI install. Open a command prompt inside your ComfyUI folder:1git fetch origin pull/14523/head:boogu-pr
2git checkout boogu-prboogu-edit-turbo-dit-*.gguf and place it in ComfyUI/models/unet/.ComfyUI/models/text_encoders/ (or clip/).flux1_vae_bf16.safetensors → ComfyUI/models/vae/.boogu), and the VAE with Load VAE.