You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OK -- looking into this more, the dreambooth method finetunes the actual model and so is not portable. This is fine -- lstein has a good, lower memory implementation of the training script that works with the weights from the checkpoint we use otherwise. Then we can just automate the uploading step to huggingface according to the diffusers script above.
Basically run this notebook but as an executor: https://colab.research.google.com/github/huggingface/notebooks/blob/main/diffusers/sd_textual_inversion_training.ipynb
The concepts could be automatically uploaded to huggingface or piped directly as docarrays to
stable
executors.The text was updated successfully, but these errors were encountered: