bytedance / MVDream

Multi-view Diffusion for 3D Generation
MIT License
715 stars 52 forks source link

loading error when using SD1.5 #2

Open KelestZ opened 9 months ago

KelestZ commented 9 months ago

RuntimeError: Error(s) in loading state_dict for LatentDiffusionInterface: Unexpected key(s) in state_dict: "cond_stage_model.transformer.text_model.embeddings.position_ids".

seasonSH commented 9 months ago

try degrading transfomers (both 4.19.2 and 4.27.1 have been tested to work)

chavinlo commented 9 months ago

try degrading transfomers (both 4.19.2 and 4.27.1 have been tested to work)

Installing transformers==4.27.1 fixed this issue for me pip install -U transformers==4.27.1