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

[Errno 2] No such file or directory: 'workspace/model_bk/model_scope_0267000.pth' #77

Open
justinday123 opened this issue Jan 21, 2024 · 5 comments

Comments

@justinday123
Copy link

What is the problem. I had changed config file(which was other issue) but it doesn't helps me. Also is there no train code for modelscope?

@Steven-SWZhang
Copy link
Collaborator

Steven-SWZhang commented Feb 5, 2024

Hi, you can refer to here

@LuthandoMaqondo
Copy link

I've made the changes suggeted on this issue here,

But I'm still getting the following error (Where am I supposed top get 'models/v2-1_512-ema-pruned.ckpt'):

Traceback (most recent call last): File "inference.py", line 18, in <module>
INFER_ENGINE.build(dict(type=cfg_update.TASK_TYPE), cfg_update=cfg_update.cfg_dict)`

File "/home/luthando/Desktop/i2vgen-xl/utils/registry.py", line 107, in build return self.build_func(*args, **kwargs, registry=self)

File "/home/luthando/Desktop/i2vgen-xl/utils/registry_class.py", line 7, in build_func return build_from_config(cfg, registry, **kwargs)

File "/home/luthando/Desktop/i2vgen-xl/utils/registry.py", line 69, in build_from_config raise Exception(f"Failed to invoke function {req_type_entry}, with {e}")

Exception: Failed to invoke function <function inference_text2video_entrance at 0x7f0caced78b0>, with Failed to init class <class 'tools.modules.autoencoder.AutoencoderKL'>, with [Errno 2] No such file or directory: 'models/v2-1_512-ema-pruned.ckpt'

@chester256
Copy link

Hi, you can refer to here

Hi, the link of the previous repo is expired

@FredWe
Copy link

FredWe commented Apr 3, 2024

Hi, you can refer to here

Hi, the link of the previous repo is expired

see https://github.com/alibaba/VideoMV

wget https://virutalbuy-public.oss-cn-hangzhou.aliyuncs.com/share/aigc3d/pretrained_models.zip

@Benjamin-So
Copy link

I've made the changes suggeted on this issue here,

But I'm still getting the following error (Where am I supposed top get 'models/v2-1_512-ema-pruned.ckpt'):

Traceback (most recent call last): File "inference.py", line 18, in <module> INFER_ENGINE.build(dict(type=cfg_update.TASK_TYPE), cfg_update=cfg_update.cfg_dict)`

File "/home/luthando/Desktop/i2vgen-xl/utils/registry.py", line 107, in build return self.build_func(*args, **kwargs, registry=self)

File "/home/luthando/Desktop/i2vgen-xl/utils/registry_class.py", line 7, in build_func return build_from_config(cfg, registry, **kwargs)

File "/home/luthando/Desktop/i2vgen-xl/utils/registry.py", line 69, in build_from_config raise Exception(f"Failed to invoke function {req_type_entry}, with {e}")

Exception: Failed to invoke function <function inference_text2video_entrance at 0x7f0caced78b0>, with Failed to init class <class 'tools.modules.autoencoder.AutoencoderKL'>, with [Errno 2] No such file or directory: 'models/v2-1_512-ema-pruned.ckpt'

The issue you link to is expired. What set of changes were we supposed to make?

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

6 participants