-
Notifications
You must be signed in to change notification settings - Fork 46
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
kolors support #16
Comments
Thank you for trying to add support for Kolors model! I will check this out. |
I've made some progress on this and now have a version that can generate kolors panoramas, including with ip-adapter support. For example, here is a kolors "photo of the dolomites" panorama with style applied via ip-adapter (input image shown in bottom corner) and here's a version with the same prompt, but different ip-adpater style input image (again in the bottom corner) I've again pushed these changes to my kolors branch. The code is in the Hope this is a helpful forward step. I think next would be cleaning this up a bit and then adding region support. |
@dribnet Really appreciate sharing your code on trying Kolors on our StableMultiDiffusion! I have just pushed Kolors pipeline for StableMultiDiffusion with simple notebook demo (sadly not including LoRA, as there is no Kolors model trained in LoRA for now). Please feel free to check them and play around. Let us know if there is any problem :) Also, I'll try to look into your panorama code for further development on Kolors implementation and its extension with IP-Adapter. Background prompt: 'deep black space with stars, galaxies, spaceships, floating spaceman, aliens', |
FYI: I took a first stab at adding support for the new Kolors model - you can find that work in my kolors branch. Currently it loads the kolors model and can create samples which follow regions, however there are lingering issues / bugs in the generation. Here's a sample output following the "1girl, looking at viewer, pink hair, leather jacket" region example in the README:
Pausing my efforts for now, but happy to combine efforts to finish this or check out my
region_kolors.py
script if anyone is interested in working on this more.The text was updated successfully, but these errors were encountered: