Convert a pytorch torch.nn custom module class to a diffusers style model #7547
Unanswered
nighting0le01
asked this question in
Q&A
Replies: 1 comment 2 replies
-
I don't think there will be much. You can follow this PR to get a rough understanding of what needs to be done: |
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
-
Hi how can i convert my custom pure torch.nn.module model to be similar to diffusers model. I want to basically add my custom VAE and use with training a regular VAE.
Beta Was this translation helpful? Give feedback.
All reactions