Training scripts
Twizwei opened this issue · comments
Thanks for this excellent work! Is there a plan to release training scripts?
Hi @Twizwei,
Thanks for your interest. We can't release the exact training script and config due to company policy. But as you also might notice, this repo is actually adapted from the open-sourced generative-models repo.
Since our model is built upon SD2.1, putting everything together from this example config file should not be super hard. See instructions here for a detailed guide on how to train on that codebase.
Here are some useful resources and external reproduced training scripts:
- Stability-AI/generative-models#249
- Stability-AI/generative-models#239
- https://github.com/pixeli99/SVD_Xtend
Hope that helps.
Also, feel free to make a pull request!