-
Notifications
You must be signed in to change notification settings - Fork 583
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
environment file is missing and also git clone is not pulling all files from repo #156
Comments
The "norm" error i referred to is show below Traceback (most recent call last): File "/HunyuanVideo/sample_video.py", line 58, in main() File "/HunyuanVideo/sample_video.py", line 25, in main hunyuan_video_sampler = HunyuanVideoSampler.from_pretrained(models_root_path, args=args) File "/HunyuanVideo/hyvideo/inference.py", line 241, in from_pretrained text_encoder = TextEncoder( File "/HunyuanVideo/hyvideo/text_encoder/init.py", line 180, in init self.model, self.model_path = load_text_encoder( File "/HunyuanVideo/hyvideo/text_encoder/init.py", line 39, in load_text_encoder text_encoder.final_layer_norm = text_encoder.norm File "/opt/conda/envs/HunyuanVideo/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1931, in getattr raise AttributeError( AttributeError: 'CLIPModel' object has no attribute 'norm' |
same here. |
There doesn't seem to be any
|
Hi i am trying to run the models in vast.ai. It worked fine 18 days back. now when i try to run things i am getting lot of missing files after git clone. As you can see below. Am i doing something wrong? Also once i manually installed most of them and finally the model ran but got "norm" error message.
P.s: Not a techie, new to coding.
Any help is appreciated
[email protected]:/HunyuanVideo$ conda env create -f environment.yml
EnvironmentFileNotFound: '/HunyuanVideo/environment.yml' file not found
[email protected]:/HunyuanVideo$
The text was updated successfully, but these errors were encountered: