-
Notifications
You must be signed in to change notification settings - Fork 267
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How can I run OmniGen online? #113
Comments
I tried running on colab. seems that RAM allowed by Colab is not enough to run this. My notebook crashed at this step due to insufficient memory. So seems it is not possible on free tier resources by colab. |
can you suggest alternative method to run online or a fix to run on colab? |
@R-iscool running online is not a problem. The problem is resources. The resources that OmniGen demands are not available for free. If you can pay then running online is not a problem. |
For anyone attempting to run on colab free tier, you'll need to use this PR #151 instead of the main repo because of GPU resource constraints. The |
I don't really know how to run this on colab. I put in this code
!git clone https://github.com/staoxiao/OmniGen.git %cd OmniGen !pip install -e . !pip install gradio spaces !python app.py --share
And this is the last output it gave me. After that, it stopped
Btw I ran this on colab on a phone (Samsung m34)
Also, is it possible to use omnigen online? If yes please tell me how
The text was updated successfully, but these errors were encountered: