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

ValueError: unet/mvdiffusion.models.unet_mv2d_condition.py as defined in model_index.json does not exist in flamehaze1115/wonder3d-v1.0 and is not a module in 'diffusers/pipelines'. #27

Open
YangJunghoon opened this issue Nov 15, 2024 · 2 comments

Comments

@YangJunghoon
Copy link

i got this error when i run python mv.py --uid YOUR_EXAMPLE_ID
-my packages version -
huggingface-hub 0.26.2
diffusers 0.31.0

  • if i want test my custom img, how can i setting preprocessed
    512*512 size
    etc.... (ffc_res, mask)
@AbyssBadger0
Copy link

AbyssBadger0 commented Nov 15, 2024

i got this error when i run python mv.py --uid YOUR_EXAMPLE_ID -my packages version - huggingface-hub 0.26.2 diffusers 0.31.0

  • if i want test my custom img, how can i setting preprocessed
    512*512 size
    etc.... (ffc_res, mask)

我也遇到了这个问题,已经解决了,不过不太清楚是哪一步解决了关键问题
我做过的事:
1.在DrawingSpinUp/2_charactor_reconstructor中 git clone https://huggingface.co/flamehaze1115/wonder3d-v1.0
2.修改2_charactor_reconstructor/configs/mvdiffusion-joint-ortho-6views.yaml这个文件中第二行为如下
pretrained_model_name_or_path: './wonder3d-v1.0'
3.重新指定版本
diffusers[torch]==0.19.3
huggingface_hub==0.25.0

如果你想使用自定义的数据集可以参考这个:
#26 (comment)

@LordLiang
Copy link
Owner

Hello, the version of diffusers is important. Wonder3D is only tested on diffusers[torch]==0.19.3, may have conflicts with newer versions of diffusers.

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

3 participants