We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I would like to finetune the model on an additional 10k images, it consists of different objects.
Should I fine tune with dreambooth or full fine tuning?
Also if I fine tune with this repo's code how to then convert it to a huggingface model?
The text was updated successfully, but these errors were encountered:
10K images is too much for dreambooth and enough for full fine-tuning. We have script to convert Sana's pth file into diffusers safetensor format: https://github.com/NVlabs/Sana/blob/main/tools/convert_sana_to_diffusers.py
Sorry, something went wrong.
No branches or pull requests
Hi, I would like to finetune the model on an additional 10k images, it consists of different objects.
Should I fine tune with dreambooth or full fine tuning?
Also if I fine tune with this repo's code how to then convert it to a huggingface model?
The text was updated successfully, but these errors were encountered: