Checkpoints only saving unet #1312
Answered
by
bghira
MohamedAziz-Khezami
asked this question in
Q&A
-
|
Beta Was this translation helpful? Give feedback.
Answered by
bghira
Feb 4, 2025
Replies: 1 comment 2 replies
-
this is a duplicate of your other request. these are Diffusers unet files. that should help you figure it out. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
using
Unet2DConditionModel.from_pretrained('/path/to/checkpoint', subfolder='unet')
please check the Diffusers docs, this is well-documented on their project.