---
title: boogu-image-edit-gradio
canonical_url: "https://www.modelscope.ai/studios/zheng.Jing/boogu-image-edit-gradio"
md_url: "https://www.modelscope.ai/studios/zheng.Jing/boogu-image-edit-gradio.md"
repository: zheng.Jing/boogu-image-edit-gradio
last_updated: 2026-07-29
sdk_type: gradio
sdk_version: 6.2.0
downloads: 0
stars: 3
---

# boogu-image-edit-gradio

> boogu-image-edit-gradio - An interactive demo by zheng.Jing on ModelScope. Boogu Image 0.1 Edit

zheng.Jing/boogu-image-edit-gradio is an interactive demo (Studio) on ModelScope. built with gradio 6.2.0.

- **Repository**: zheng.Jing/boogu-image-edit-gradio
- **SDK**: gradio
- **SDK version**: 6.2.0
- **Downloads**: 0
- **Stars**: 3
- **Last updated**: 2026-07-29

Source: https://www.modelscope.ai/studios/zheng.Jing/boogu-image-edit-gradio

---

# Boogu Image 0.1 Edit

Gradio demo for [Boogu/Boogu-Image-0.1-Edit](https://modelscope.cn/models/Boogu/Boogu-Image-0.1-Edit).

Upload one reference image, describe the edit, and generate an edited image with the official Boogu pipeline.

The `boogu/` package is vendored from the official Apache-2.0 Boogu-Image repository so Studio builds do not depend on runtime GitHub access. See `BOOGU_IMAGE_LICENSE` and `BOOGU_IMAGE_UPSTREAM_README.md`.

## Examples

The bundled Gradio examples use the official `input_image_examples` from the Boogu-Image repository and cover the model page scenarios for single-image editing:

- official quick-start colored pencil style transfer
- official demo dog removal / background fill
- official batch sample vehicle color editing
- scene replacement, material edits, object insertion, text editing, and poster/product layout edits

## Runtime knobs

- `BOOGU_MODEL_ID`: model id, defaults to `Boogu/Boogu-Image-0.1-Edit`
- `BOOGU_CACHE_DIR`: persistent model cache, defaults to `/mnt/workspace/model_cache`
- `BOOGU_DEVICE`: CUDA device, defaults to `cuda:0` when available
- `BOOGU_CPU_OFFLOAD`: default runtime profile, `0` for fast 1K xGPU and `1` for memory-safe CPU offload, defaults to `0`
- `BOOGU_DTYPE`: `bf16`, `fp16`, or `fp32`, defaults to `bf16`
- `BOOGU_DEFAULT_STEPS`: default denoising steps in the UI, defaults to `35`
- `BOOGU_REWRITER_UNLOAD`: `keep`, `cpu`, or `destroy`, defaults to `cpu`
