Bug Report
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
gcsfs 2024.10.0 requires fsspec==2024.10.0, but you have fsspec 2024.9.0 which is incompatible.
torchaudio 2.5.1+cu121 requires torch==2.5.1, but you have torch 2.4.1 which is incompatible.
Problem
OmniGen Module on Colab does not work as expected
What is expected to happen?
OmniGen should convert text to image
What does actually happen?
OmniGen is unable to create a image from text, giving error
Information
Command or Code
!git clone https://github.com/staoxiao/OmniGen.git
%cd OmniGen
!pip install -e .
!pip install gradio spaces
!python app.py --share
Environment, Platform, Device
Google Colab