Skip to content

omnicallergen/DreamO

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DreamO

Official implementation of DreamO: A Unified Framework for Image Customization

arXiv demo

Image

🚩 Updates

  • 2025.05.08: release codes and models
  • 2025.04.24: release DreamO tech report.

🔧 Dependencies and Installation

# clone DreamO repo
git clone https://github.com/bytedance/DreamO.git
cd DreamO
# create conda env
conda create --name dreamo python=3.10
# activate env
conda activate dreamo
# install dependent packages
pip install -r requirements.txt

⚡ Quick Inference

Local Gradio Demo

python app.py

Online HuggingFace Demo

You can try DreamO demo on HuggingFace.

Disclaimer

This project strives to impact the domain of AI-driven image generation positively. Users are granted the freedom to create images using this tool, but they are expected to comply with local laws and utilize it responsibly. The developers do not assume any responsibility for potential misuse by users.

Citation

If DreamO is helpful, please help to ⭐ the repo.

If you find this project useful for your research, please consider citing our paper.

📧 Contact

If you have any comments or questions, please open a new issue or contact Yanze Wu and Chong Mou.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%