MICo-Series
Collection
This is the hugging face collection for MICo-150K. Our official Github repo: https://github.com/A113N-W3I/MICo-150K โข 9 items โข Updated โข 4
import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("kr-cen/Qwen-Image-MICo", dtype=torch.bfloat16, device_map="cuda")
prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]๐ฅ๐ฅ๐ฅ Please visit our huggingface space, the model is implemented on huggingface ZeroGPU.
Hint: The following examples are editing types that are NOT present in our MICo-150K dataset, but these editing capabilities emerged in Qwen-Image-MICo during training.
Thus, this capability may be unstable, and the following examples are for reference only.
If you find this work useful, please cite:
@article{wei2025mico,
title={MICo-150K: A Comprehensive Dataset Advancing Multi-Image Composition},
author={Wei, Xinyu and Cen, Kangrui and Wei, Hongyang and Guo, Zhen and Li, Bairui and Wang, Zeqing and Zhang, Jinrui and Zhang, Lei},
journal={arXiv preprint arXiv:2512.07348},
year={2025}
}
Qwen-Image-MICo is licensed under the Apache 2.0 license.