-
Notifications
You must be signed in to change notification settings - Fork 931
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
Support Lumina-image-2.0 #1927
base: sd3
Are you sure you want to change the base?
Support Lumina-image-2.0 #1927
Conversation
I got this setup locally, I know it's not ready for anything but I want to get it working. Let me know if you want to work together on this. I can help with some of the model loading parts which is where I got stuck with after poking at it. If you are progressed past this, I can help wherever else or just testing. Thanks. |
Thank you, the framework is basically set up at the moment, but there is still some room for improvement in the caching strategy. I think I can discuss with @kohya-ss whether to continue using the previous method. |
Does that mean I can download your fork and test it now? |
It's still not quite working but I'm working through some issues at the moment. Mostly with model loading but will see what else is needed after that. It is fairly barebones so wouldn't expect it to be in working state just yet. |
Lumina 2 and Gemma 2 model loading
# Conflicts: # library/lumina_models.py
Lumina cache checkpointing
After multiple updates, the project can now run under limited conditions:
|
Still in preparation.
After checking their sampler using flux and vae, the textencoder part uses google's gemma2
@kohya-ss CC