> ## Documentation Index
> Fetch the complete documentation index at: https://dripart-feat-openapi-i18n.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Boogu-Image-0.1 ComfyUI Workflow Example

> Boogu-Image-0.1 is an Apache-2.0 10B parameter unified image generation and editing model family, with variants for text-to-image and instruction-driven editing.

**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**:

* [Project Page](https://boogu.org/)
* [GitHub](https://github.com/boogu-project/Boogu-Image)
* [Hugging Face (ComfyUI)](https://huggingface.co/Comfy-Org/Boogu-Image)
* [Hugging Face (Turbo)](https://huggingface.co/Boogu/Boogu-Image-0.1-Turbo-fp8)
* [Hugging Face (Edit)](https://huggingface.co/Boogu/Boogu-Image-0.1-Edit-fp8)

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

<CardGroup cols={2}>
  <Card title="Run in Comfy Cloud" icon="cloud" href="https://cloud.comfy.org/?template=image_boogu_image_0_1_turbo_t2i&utm_source=docs&utm_medium=referral&utm_campaign=boogu_image_launch">
    Open in Comfy Cloud
  </Card>

  <Card title="Download Workflow" icon="download" href="https://github.com/Comfy-Org/workflow_templates/blob/main/templates/image_boogu_image_0_1_turbo_t2i.json">
    Download JSON or search "Boogu image 0.1" in Template Library
  </Card>
</CardGroup>

<Tip>
  <Tabs>
    <Tab title="Portable or self deployed users">
      Make sure your ComfyUI is updated.

      * [Download ComfyUI](https://www.comfy.org/download)
      * [Update Guide](/installation/update_comfyui)

      Workflows in this guide can be found in the [Workflow Templates](/interface/features/template).
      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
    </Tab>

    <Tab title="Desktop or Cloud users">
      * The Desktop is base on ComfyUI stable release, it will auto-update when there is a new Desktop stable release available.
      * [Cloud](https://cloud.comfy.org) will update after ComfyUI stable release.

      So, if you find any core node missing in this document, it might be because the new core nodes have not yet been released in the latest stable version. Please wait for the next stable release.
    </Tab>
  </Tabs>
</Tip>

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

<Card title="boogu_image_turbo_fp8_scaled.safetensors" icon="download" href="https://huggingface.co/Comfy-Org/Boogu-Image/resolve/main/diffusion_models/boogu_image_turbo_fp8_scaled.safetensors">
  Diffusion model for Boogu-Image-0.1-Turbo.
</Card>

<Card title="qwen3vl_8b_fp8_scaled.safetensors" icon="download" href="https://huggingface.co/Comfy-Org/Boogu-Image/resolve/main/text_encoders/qwen3vl_8b_fp8_scaled.safetensors">
  Text encoder for Boogu-Image-0.1-Turbo.
</Card>

<Card title="ae.safetensors" icon="download" href="https://huggingface.co/Comfy-Org/HiDream-I1_ComfyUI/resolve/main/split_files/vae/ae.safetensors?download=true">
  VAE for Boogu-Image-0.1-Turbo.
</Card>

<Card title="boogu_image_turbo_lora_rank_128_bf16.safetensors" icon="download" href="https://huggingface.co/Comfy-Org/Boogu-Image/resolve/main/loras/boogu_image_turbo_lora_rank_128_bf16.safetensors">
  LoRA module (rank-128) for Boogu-Image-0.1-Turbo.
</Card>

**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

<CardGroup cols={2}>
  <Card title="Run in Comfy Cloud" icon="cloud" href="https://cloud.comfy.org/?template=image_boogu_image_0_1_edit&utm_source=docs&utm_medium=referral&utm_campaign=boogu_image_launch">
    Open in Comfy Cloud
  </Card>

  <Card title="Download Workflow" icon="download" href="https://github.com/Comfy-Org/workflow_templates/blob/main/templates/image_boogu_image_0_1_edit.json">
    Download JSON or search "Boogu image 0.1 Edit" in Template Library
  </Card>
</CardGroup>

<CardGroup cols={1}>
  <Card title="Download Sample Image" icon="image" href="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/input/tech_cowboy.png">
    Get the example input image for this workflow
  </Card>
</CardGroup>

### Boogu-Image-0.1-Edit model downloads

<Card title="boogu_image_edit_fp8_scaled.safetensors" icon="download" href="https://huggingface.co/Comfy-Org/Boogu-Image/resolve/main/diffusion_models/boogu_image_edit_fp8_scaled.safetensors">
  Diffusion model for Boogu-Image-0.1-Edit.
</Card>

<Card title="qwen3vl_8b_fp8_scaled.safetensors" icon="download" href="https://huggingface.co/Comfy-Org/Boogu-Image/resolve/main/text_encoders/qwen3vl_8b_fp8_scaled.safetensors">
  Text encoder for Boogu-Image-0.1-Edit.
</Card>

<Card title="ae.safetensors" icon="download" href="https://huggingface.co/Comfy-Org/HiDream-I1_ComfyUI/resolve/main/split_files/vae/ae.safetensors?download=true">
  VAE for Boogu-Image-0.1-Edit.
</Card>

**Model Storage Location**

```
📂 ComfyUI/
├── 📂 models/
│   ├── 📂 diffusion_models/
│   │   └── boogu_image_edit_fp8_scaled.safetensors
│   ├── 📂 text_encoders/
│   │   └── qwen3vl_8b_fp8_scaled.safetensors
│   └── 📂 vae/
│       └── ae.safetensors
```
