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

Do the pre-trained DiT chekpoints contain EMA weights? #83

Open
jmkim0309 opened this issue Apr 19, 2024 · 1 comment
Open

Do the pre-trained DiT chekpoints contain EMA weights? #83

jmkim0309 opened this issue Apr 19, 2024 · 1 comment

Comments

@jmkim0309
Copy link

I have downloaded the official checkpoint named "DiT-XL-2-256x256.pt", and when I loaded it with torch.load, I could not find "ema" key in there. So I wonder whether these are ema weights or just base model weights?

@tanghengjian
Copy link

you may be right, because there is only "model" part without "ema", "opt","args".
I have trained another lightening model including above 4 parts.

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

2 participants