Skip to content
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

I can't make it work in Colab #55

Open
Quick-Eyed-Sky opened this issue Jun 11, 2024 · 1 comment
Open

I can't make it work in Colab #55

Quick-Eyed-Sky opened this issue Jun 11, 2024 · 1 comment

Comments

@Quick-Eyed-Sky
Copy link

I can't make it work in Colab
Hi, I'm trying to run Lumina-T2X in Google Colab, but I'm encountering an error when trying to import what I believe is a necessary function.

Here's the error message I'm getting:

ERROR: Could not find a version that satisfies the requirement lumina_next_sft (from versions: none)
ERROR: No matching distribution found for lumina_next_sft

ModuleNotFoundError Traceback (most recent call last)
in <cell line: 11>()
9 import matplotlib.pyplot as plt
10 import gradio as gr
---> 11 from lumina_next_sft import generate_text as lumina_generate_text

ModuleNotFoundError: No module named 'lumina_next_sft'


NOTE: If my import is failing due to a missing package, you can
manually install dependencies using either !pip or !apt.

To view examples of installing some common dependencies, click the
"Open Examples" button below.

I'm assuming "lumina_next_sft" is part of the Lumina-T2X codebase, but I haven't been able to figure out the correct way to import the generate_text function.

Could you please provide some guidance on how to resolve this issue or point me to any resources that might help?

Thanks in advance!

@PommesPeter
Copy link
Contributor

PommesPeter commented Jun 11, 2024

Hi @Quick-Eyed-Sky,

Please follow the instructions to use the package, we currently support lumina and lumina_next modules.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants