xocialize commited on
Commit
4535f5d
·
verified ·
1 Parent(s): 06abdbe

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +29 -0
README.md ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: mlx
3
+ license: apache-2.0
4
+ license_link: https://huggingface.co/Boogu/Boogu-Image-0.1-Edit/blob/main/README.md
5
+ pipeline_tag: image-to-image
6
+ base_model: Boogu/Boogu-Image-0.1-Edit
7
+ language: [en, zh]
8
+ tags: [mlx, safetensors, apple-silicon, text-to-image, image-editing, diffusion, omnigen2, boogu]
9
+ ---
10
+
11
+ # mlx-community/Boogu-Image-0.1-Edit-4bit
12
+
13
+ MLX (int4) conversion of **[Boogu-Image-0.1-Edit](https://huggingface.co/Boogu/Boogu-Image-0.1-Edit)** (Apache-2.0)
14
+ for Apple Silicon. Instruction-based image editing. OmniGen2-lineage pipeline (DiT + FLUX.1 VAE + FlowMatchEuler).
15
+ The **Qwen3-VL-8B-Instruct** text encoder is stock (bit-identical) — referenced from
16
+ [`mlx-community/Qwen3-VL-8B-Instruct`](https://huggingface.co/collections/mlx-community/qwen3-vl), not re-hosted.
17
+
18
+ **int4** (group_size=32, attn+FFN); quant auto-detected via `quant_config.json`. ~7.9 GB.
19
+
20
+ ## Use
21
+ ```bash
22
+ pip install mlx mlx-vlm && git clone https://github.com/xocialize/boogu-image-mlx && cd boogu-image-mlx && pip install -e .
23
+ ```
24
+ ```python
25
+ from boogu_image_mlx.pipeline_mlx import BooguImagePipeline
26
+ pipe = BooguImagePipeline.from_pretrained("<this repo dir>", "mlx-community/Qwen3-VL-8B-Instruct")
27
+ img = # instruction-based image editing (imageEdit)
28
+ ```
29
+ Code: https://github.com/xocialize/boogu-image-mlx