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

How to resume training? #43

Open
heyuhhh opened this issue May 18, 2024 · 1 comment
Open

How to resume training? #43

heyuhhh opened this issue May 18, 2024 · 1 comment

Comments

@heyuhhh
Copy link

heyuhhh commented May 18, 2024

Hi, I have got some checkpoints after training, how can I continue to train by resuming from the checkpoints?

@aihacker111
Copy link

aihacker111 commented May 20, 2024

You need to replace the pretrained model of author wtih your checkpoint trained model, and then comment all the code download pretrained model, run it again, it will load your checkpoint as pretrained model and continue training on ever datasets you set
Noted: Make sure your lora rank unet and vae of your checkpoint and your new train has the same values

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