deepseek-ai / DreamCraft3D

[ICLR 2024] Official implementation of DreamCraft3D: Hierarchical 3D Generation with Bootstrapped Diffusion Prior
https://mrtornado24.github.io/DreamCraft3D/
MIT License
1.88k stars 81 forks source link

AttributeError: 'DeepFloydGuidance' object has no attribute 'state_dict' #39

Open denghu333 opened 5 months ago

denghu333 commented 5 months ago

I meet this problem when export model

lendylongli commented 5 months ago

+1

I meet this problem when export model

XiongFenghhh commented 5 months ago

Did you solve this problem?

XiongFenghhh commented 5 months ago

I think I found the solution. Just comment this "on_load_checkpoint" function and the export process will work.