Update README.md
Browse files
README.md
CHANGED
|
@@ -9,12 +9,8 @@ tags:
|
|
| 9 |
|
| 10 |
# Boogu-Image-0.1-Turbo GGUF
|
| 11 |
|
| 12 |
-
This repository contains Flat Quantized GGUF versions of the newly released **Boogu-Image-0.1-Turbo** foundation model.
|
| 13 |
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
### Required Text Encoder & VAE
|
| 17 |
-
To run the Boogu architecture properly, you cannot use standard SD or Flux encoders. You must download the specific VAE and multimodal text encoders.
|
| 18 |
|
| 19 |
* **Text Encoder (Qwen3-VL):** You must use an FP8 scaled version of the Qwen3-VL encoder. *(Note: Do NOT use the NF4 versions floating around—NF4 strips out the visual `mmproj` tower, which will instantly crash your workflow with a shape mismatch).*
|
| 20 |
* Download the FP8 encoder from the [Comfy-Org Qwen3-VL Repo](https://huggingface.co/Comfy-Org/Qwen3-VL).
|
|
|
|
| 9 |
|
| 10 |
# Boogu-Image-0.1-Turbo GGUF
|
| 11 |
|
|
|
|
| 12 |
|
| 13 |
+
### Required Text Encoder & VAE
|
|
|
|
|
|
|
|
|
|
| 14 |
|
| 15 |
* **Text Encoder (Qwen3-VL):** You must use an FP8 scaled version of the Qwen3-VL encoder. *(Note: Do NOT use the NF4 versions floating around—NF4 strips out the visual `mmproj` tower, which will instantly crash your workflow with a shape mismatch).*
|
| 16 |
* Download the FP8 encoder from the [Comfy-Org Qwen3-VL Repo](https://huggingface.co/Comfy-Org/Qwen3-VL).
|