Open adhikjoshi opened 1 year ago
You cannot yet.
Any timeline for supporting it?
any timeline for supporting this?
+1
Working on it!
@sayakpaul do you have bandwitdh for it? Otherwise I can look into picking it up :-)
I implemented a control-lora
training code based on diffusers' controlnet. The idea is basically the same as stabilityai's. I found diffusers
clear the lora layer of attention layers when xformers is enabled, so I did a little hack. At present, I have only tested the training and inference on sd v1.5. In theory, it can be compatible with sdxl's control lora by making some modifies.
Here is my repo HighCWu/control-lora-v2.
It's being worked on: https://github.com/huggingface/diffusers/pull/4899
It's being worked on: #4899
Great work.
It's being worked on: #4899
Please make it merge into the main branch as soon as possible
@HighCWu thanks for bringing your implementation to our attention. From what I can see from here, we're doing exactly the same in https://github.com/huggingface/diffusers/pull/4899. If you have any comments there let me know :)
It's being worked on: #4899
No effect! @sayakpaul @patrickvonplaten @HighCWu please,when this problem can be solved: 【Results don't seem to be following the conditioning image at all. I will play with the hyperparameters a bit to see how the results get affected】
Any eta on when this will be done?
@sayakpaul do you want to give this another try or open it for the community?
@patrickvonplaten https://github.com/huggingface/diffusers/issues/5800
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.
Bump
bump
There's new control lora release,
https://huggingface.co/stabilityai/control-lora?s=09
How can we use it with diffusers?