ashawkey / diff-gaussian-rasterization

Other
347 stars 32 forks source link

zero123.ckpt to Diffusers Format? #2

Closed JaeLee18 closed 1 year ago

JaeLee18 commented 1 year ago

This is amazing work! Could you tell me how did you convert zero123.ckpt to Diffusers Format? I tried their script but I got ValueError: Trying to set a tensor of shape torch.Size([320, 8, 3, 3]) in "weight" (which has shape torch.Size([320, 4, 3, 3])), this look incorrect.

ashawkey commented 1 year ago

@JaeLee18 Hi, I use the script from threestudio: https://github.com/threestudio-project/threestudio/blob/main/scripts/convert_zero123_to_diffusers.py

JaeLee18 commented 1 year ago

Thanks! It worked :)