-
Notifications
You must be signed in to change notification settings - Fork 296
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
Add sd3 support #298
Add sd3 support #298
Conversation
question, what does the second text conditioning do?
|
Running with cuda is very fast, however the vae is once again not fitting into vram and crashes.
Details
However, hardcoding
|
taesd3 does not work:
edit: also loras dont work yet. (tried flash-diffusion) |
@leejet hello!, in diffusion_model.hpp there is a typo |
Fixed! |
The support for taesd3 and lora will be added later in a separate PR. This PR seems to have all its functionalities completed, so I'll merge it now. |
How to Use