I can't make it work in Google Colab
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!