Skip to content

Error while running in Google Colab (torchaudio 2.5.1+cu121 requires torch==2.5.1) #158

@deicool

Description

@deicool

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions