aigc-apps / aigc-apps/VideoX-Fun
为什么推荐的镜像mybigpai-public-registry.cn-beijing.cr.aliyuncs.com/easycv/torch_cuda:cogvideox_fun都不能跑通代码了?
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 2.3k
- Forks
- 188
- Avg merge
- 2d 22h
- Merged PRs (30d)
- 3
Description
您好,我使用了你们推荐的镜像,但是在运行
examples/wan2.1_fun/predict_i2v.py
的时候,还是会报错
module>
from videox_fun.models import (AutoencoderKLWan, CLIPModel, WanT5EncoderModel,
File "/training-pfs-shanghai/private/jinwang03/code/data-gen/VideoX-Fun/videox_fun/models/__init__.py", line 4, in <module>
from transformers import (AutoProcessor, AutoTokenizer, CLIPImageProcessor,
ImportError: cannot import name 'Mistral3ForConditionalGeneration' from 'transformers' (/usr/local/lib/python3.10/dist-packages/transformers/__init__.py)
是不是因为做了太多更新,该镜像不实用了
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with examples/wan2.1_fun/predict_i2v.py and reproduce the ImportError from videox_fun/models/init.py in the recommended image. Check the installed transformers version and whether it provides Mistral3ForConditionalGeneration; the issue is done when the image's compatibility is confirmed and the required resolution is documented or identified.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- machine-learning
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100