lukemelas / realfusion

Official code for "RealFusion: 360° Reconstruction of Any Object from a Single Image" (CVPR 2023)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue when running main.py

lilyuam opened this issue · comments

AttributeError: 'tuple' object has no attribute 'get_input_embeddings'

Can you post some more info about how/where you got this error?

@lilyuam Could this be related to this issue? #10

I was getting this error when using diffusers==0.18.2 but I was able to resolve it after switching to diffusers==0.15.0.