You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After this command "python app.py" the following message show up.
D:\AI\OmniGen\app.py:229: SyntaxWarning: invalid escape sequence '\/'
"<img><|image_1|><\/img> What item can be used to see the current time? Please highlight it in blue.",
D:\AI\OmniGen\app.py:271: SyntaxWarning: invalid escape sequence '\<'
description = """
Traceback (most recent call last):
File "D:\AI\OmniGen\app.py", line 9, in <module>
from OmniGen import OmniGenPipeline
File "D:\AI\OmniGen\OmniGen\__init__.py", line 1, in <module>
from .model import OmniGen
File "D:\AI\OmniGen\OmniGen\model.py", line 3, in <module>
import torch
ModuleNotFoundError: No module named 'torch'
The text was updated successfully, but these errors were encountered:
Please follow the instructions provided below (in the README.md file) and install all required libraries before running the demo. The error you get simply means that the required library torch is not installed or not installed properly. If you have follow the installation instructions before, please uninstall torch (via pip or conda, depending on how you did it) and reinstall it again to fix improper installation. https://github.com/VectorSpaceLab/OmniGen?tab=readme-ov-file#5-quick-start
I deleted the wold Omnigen, and did all over again step by step. After follow the exact step in the link provided, after I enter "python app.py" this is showing
Traceback (most recent call last):
File "D:\AI\OmniGen\app.py", line 9, in <module>
from OmniGen import OmniGenPipeline
File "D:\AI\OmniGen\OmniGen\__init__.py", line 1, in <module>
from .model import OmniGen
File "D:\AI\OmniGen\OmniGen\model.py", line 9, in <module>
from diffusers.loaders import PeftAdapterMixin
ModuleNotFoundError: No module named 'diffusers'
After this command "python app.py" the following message show up.
The text was updated successfully, but these errors were encountered: