support kolors with controlnet and ipadapter-Faceid
please support kolors with controlnet and ipadapter-Faceid
Hi, we currently don't have the bandwidth for this, but anyone from the community is free to open a PR to support them.
Since it's the same SDXL arch, it should be pretty straightforward and easy to implement.
This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please comment on this thread.
Please note that issues that do not follow the contributing guidelines are likely to be ignored.
Hi, we currently don't have the bandwidth for this, but anyone from the community is free to open a PR to support them.
Since it's the same SDXL arch, it should be pretty straightforward and easy to implement.
Hi @asomoza, could you provide some good pointers for implementing this?
I would appreciate your support
Hi, kolors custom code is based on diffusers, but we don't have support for either of them, the easier one should be FaceID
- Read their implementation.
- Check the differences, there shouldn't be that many over the IP Adapter we already have.
- Open a PR and implement them, we can help you with the implementation if you find any problems that you can't solve.
I haven't read the code but I find it strange that they did a custom pipeline for each ip adapter which can be a problem, the one we have here can be used with any kolors pipeline so you'll need to solve that part.
After that, you can do the same with controlnet in a separate PR to make it easier to review, they only did the img2img one, so you'll need to adapt it for t2i too.
This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please comment on this thread.
Please note that issues that do not follow the contributing guidelines are likely to be ignored.
This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please comment on this thread.
Please note that issues that do not follow the contributing guidelines are likely to be ignored.