Instructions to use Comfy-Org/Boogu-Image with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusion Single File
How to use Comfy-Org/Boogu-Image with Diffusion Single File:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
File size: 2,770 Bytes
36735ff c923f20 36735ff c923f20 ad529d3 c923f20 6485e37 e415053 6485e37 0afbd1f dd90e62 0afbd1f e415053 6485e37 e415053 dd90e62 e415053 e2201ed dd90e62 e2201ed c923f20 ad529d3 c923f20 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 | ---
tags:
- comfyui
license: apache-2.0
---
# π£ News
- **2026-07-16** π₯ π π **The Boogu-Image-0.1 Technical Report is released!** We have released our technical report. If you find our series of models or the report helpful to your research or applications, please consider citing our paper. Thank you very much for your support! You can read the paper here: [arXiv:2607.13125](https://arxiv.org/abs/2607.13125).
# Boogu-Image
Repackaged model files for ComfyUI.
Original model repository: https://huggingface.co/Boogu
Place the files in the following folders:
```
π ComfyUI/
βββ π models/
β βββ π diffusion_models/
β β βββ boogu_image_base_bf16.safetensors
β β βββ boogu_image_base_fp8_scaled.safetensors
β β βββ boogu_image_base_nvfp4.safetensors
β β βββ boogu_image_edit_bf16.safetensors
β β βββ boogu_image_edit_turbo_bf16.safetensors
β β βββ boogu_image_edit_fp8_scaled.safetensors
β β βββ boogu_image_edit_int8_convrot.safetensors
β β βββ boogu_image_edit_turbo_int8_convrot.safetensors
β β βββ boogu_image_edit_nvfp4.safetensors
β β βββ boogu_image_turbo_bf16.safetensors
β β βββ boogu_image_turbo_fp8_scaled.safetensors
β β βββ boogu_image_turbo_hotfix_bf16.safetensors
β β βββ boogu_image_turbo_hotfix_int8_convrot.safetensors
β β βββ boogu_image_turbo_hotfix_nvfp4.safetensors
β β βββ boogu_image_turbo_nvfp4.safetensors
β βββ π loras/
β β βββ boogu_image_turbo_hotfix_lora_rank_128_bf16.safetensors
β β βββ boogu_image_turbo_lora_rank_128_bf16.safetensors
β βββ π text_encoders/
β β βββ qwen3vl_8b_fp8_scaled.safetensors
β βββ π vae/
β β βββ flux1_vae_bf16.safetensors
```
## π Cite this work
```bibtex
@misc{chen2026booguimage01,
title={Boogu-Image-0.1: Boosting Open-Source Unified Multimodal Understanding and Generation},
author={Guoxuan Chen and Chufeng Xiao and Haoran Yang and Siyue Xie and Binxiao Huang and Ming Zhang and Cheuk Him Chau and Xinyu Fu and Yingzhao Lian and Tom S. Y. Li and Jintao Lin and Bowen Dong and Zian Qian and Yuhao Liu and Yuxuan Hu and Weikang Shi and Bin Zou and Bowen Zheng and Haoxuan Che and Chang Chen and Yuyang He and Heyang Sun and Tianyu Huang and Chong Hou Choi and Cheng Gong and Han Shi and Haoli Bai and Xihui Liu and Hongsheng Li and Qifeng Chen and Chao Huang and Rui Liu and Chenyang Lei},
year={2026},
eprint={2607.13125},
archivePrefix={arXiv},
primaryClass={cs.CV},
url={https://arxiv.org/abs/2607.13125},
}
``` |