-
Notifications
You must be signed in to change notification settings - Fork 189
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 use the trained model by myself? #45
Comments
use this to transfer the weights to diffusers style: https://github.com/sail-sg/EditAnything/blob/main/tools/convert_controlnet_to_diffusers.py |
The default training code is for sd2.1, you need to use sd2.1 base model for your trained controlnet. Or you can train a sd1.5 based version. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have trained the model using
sam_train_sd21.py
,please tell me how to use the trained model for inference.The text was updated successfully, but these errors were encountered: