-
Notifications
You must be signed in to change notification settings - Fork 139
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
Plan for integration of SDXL? It seems to require more work than changing the MODEL_NAME #73
Comments
Hi, thanks a lot for your interest in our work. |
Thanks for the amazing work team! |
Hi @nupurkmr9, Thanks for the amazing work ! |
Hi, I have updated the code with SDXL support. Let me know if you face any issues. |
@nupurkmr9 Please provide the bash scripts to run SDXL pipeline. |
Great work! Thank you I would really appreciate it if the support added for multi-concept SDXL |
I tried editing the training command like
export MODEL_NAME="stabilityai/stable-diffusion-xl-base-1.0"
but it seems the SDXL model has some structural change on weight files from the previous versions and require some changes in the training file as well. For me, the errors start when it fails to load text_conder. I traced down to thetext_encoder
folder and it appears that the file structures of text_encoder of SDXL is different than that of 2.1 and 1.4. I guess this is true for other parts of the model loading as well. I am not sure if the team has a plan for thatThe text was updated successfully, but these errors were encountered: