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
I encountered some errors while trying to execute the first step
My environment was created according to the conda env create - f environment.yml in readme
I hope to receive help. Thank you. I have listed the environmental information below
python pipelines/sample.py --config configs/sample.yaml
/datadisk/zjh/anaconda3/lib/python3.11/site-packages/diffusers/utils/outputs.py:63: UserWarning: torch.utils._pytree._register_pytree_node is deprecated. Please use torch.utils._pytree.register_pytree_node instead.
torch.utils._pytree._register_pytree_node(
/datadisk/zjh/anaconda3/lib/python3.11/site-packages/diffusers/utils/outputs.py:63: UserWarning: torch.utils._pytree._register_pytree_node is deprecated. Please use torch.utils._pytree.register_pytree_node instead.
torch.utils._pytree._register_pytree_node(
Traceback (most recent call last):
File "/home/zjh/LaVie/base/pipelines/sample.py", line 6, in <module>
from pipeline_videogen import VideoGenPipeline
File "/home/zjh/LaVie/base/pipelines/pipeline_videogen.py", line 40, in <module>
from diffusers.pipeline_utils import DiffusionPipeline
ModuleNotFoundError: No module named 'diffusers.pipeline_utils'
I encountered some errors while trying to execute the first step
My environment was created according to the
conda env create - f environment.yml
in readmeI hope to receive help. Thank you. I have listed the environmental information below
The text was updated successfully, but these errors were encountered: