-
Notifications
You must be signed in to change notification settings - Fork 79
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
Possible to make it work with ControlNet? #76
Comments
Hey, that's an excellent question and would enable a lot of control for artists. This should be possible right off the package. I mean, you should be able to load the controlnet module and the sliders at the same time. I haven't tested it personally, but will try to do it the coming weeks and release an update to the repo. thanks for the question! |
Hey, All the best! |
Can you make it public if it works ? Thanks in advance |
Hey, sorry for the late response. I'll try to add a complete example some time in the upcoming weeks. So, for now, I just share the ControlNet call that includes the LoRA adapters (network). Let me know if this helps to reproduce it. import torch from diffusers.utils.torch_utils import is_compiled_module, is_torch_version @torch.no_grad()
|
Thanks for the amazing resource! |
Hi! Thank you for your amazing work!
I wonder if you could make the slider work with ControlNetPipeline/Img2ImgPipeline in Diffusers as well? It would be great to see slider lora to be controled by pose/canny/depth :)
The text was updated successfully, but these errors were encountered: