Skip to main content
Boogu-Image-0.1 is an Apache-2.0 open-source unified image generation and editing model family. It uses a system that integrates understanding and generation to deliver competitive performance across photography, text rendering, stylization, and image editing tasks. Model Variants:
  • Boogu-Image-0.1-Turbo – A four-step distilled text-to-image variant focused on high-quality generation and photorealism, equipped with a LoRA rank-128 module. Requires only 3-4 sampling steps. Recommended as the default for most text-to-image use cases.
  • Boogu-Image-0.1-Base – The foundation model with strong diversity and controllability, ideal for fine-tuning and ultra-dense text rendering at 2K resolution.
  • Boogu-Image-0.1-Edit – A variant fine-tuned for image editing and transformation tasks with instruction-driven control.
Model Highlights:
  • 10B parameters with efficient inference on consumer GPUs
  • Apache-2.0 license for open use and downstream development
  • Bilingual text rendering (Chinese and English) with reliable typography
  • Versatile capabilities: realistic photography, stylization, poster design, and precise text rendering
Related Links:

Boogu-Image-0.1-Turbo text-to-image workflow

Run in Comfy Cloud

Open in Comfy Cloud

Download Workflow

Download JSON or search “Boogu image 0.1” in Template Library
Make sure your ComfyUI is updated.Workflows in this guide can be found in the Workflow Templates. If you can’t find them in the template, your ComfyUI may be outdated. (Desktop version’s update will delay sometime)If nodes are missing when loading a workflow, possible reasons:
  1. You are not using the latest ComfyUI version (Nightly version)
  2. Some nodes failed to import at startup
The Boogu-Image-0.1-Turbo workflow uses a subgraph that encapsulates the diffusion, text encoding, and VAE decode pipeline. You provide a text prompt and resolution settings, and the subgraph handles the rest.

Boogu-Image-0.1-Turbo model downloads

boogu_image_turbo_fp8_scaled.safetensors

Diffusion model for Boogu-Image-0.1-Turbo.

qwen3vl_8b_fp8_scaled.safetensors

Text encoder for Boogu-Image-0.1-Turbo.

ae.safetensors

VAE for Boogu-Image-0.1-Turbo.

boogu_image_turbo_lora_rank_128_bf16.safetensors

LoRA module (rank-128) for Boogu-Image-0.1-Turbo.
Model Storage Location
📂 ComfyUI/
├── 📂 models/
│   ├── 📂 diffusion_models/
│   │   └── boogu_image_turbo_fp8_scaled.safetensors
│   ├── 📂 text_encoders/
│   │   └── qwen3vl_8b_fp8_scaled.safetensors
│   ├── 📂 vae/
│   │   └── ae.safetensors
│   └── 📂 loras/
│       └── boogu_image_turbo_lora_rank_128_bf16.safetensors

Boogu-Image-0.1-Edit image editing workflow

Run in Comfy Cloud

Open in Comfy Cloud

Download Workflow

Download JSON or search “Boogu image 0.1 Edit” in Template Library

Download Sample Image

Get the example input image for this workflow

Boogu-Image-0.1-Edit model downloads

boogu_image_edit_fp8_scaled.safetensors

Diffusion model for Boogu-Image-0.1-Edit.

qwen3vl_8b_fp8_scaled.safetensors

Text encoder for Boogu-Image-0.1-Edit.

ae.safetensors

VAE for Boogu-Image-0.1-Edit.
Model Storage Location
📂 ComfyUI/
├── 📂 models/
│   ├── 📂 diffusion_models/
│   │   └── boogu_image_edit_fp8_scaled.safetensors
│   ├── 📂 text_encoders/
│   │   └── qwen3vl_8b_fp8_scaled.safetensors
│   └── 📂 vae/
│       └── ae.safetensors