czg1225 / AsyncDiff

Official implementation of "AsyncDiff: Parallelizing Diffusion Models by Asynchronous Denoising"
https://czg1225.github.io/asyncdiff_page/
Apache License 2.0
140 stars 7 forks source link

Can it be used together with ip adapter+controllnet? Can hyper-sd acceleration be used #2

Closed libai-lab closed 2 months ago

libai-lab commented 2 months ago

Can it be used together with ip adapter+controllnet? Can hyper-sd acceleration be used

czg1225 commented 2 months ago

Hi @libai-lab , AsyncDiff can be integrated with both Adapter and ControlNet. We provide detailed examples on how to use AsyncDiff with ControlNet and SDXL at here. Additionally, we offer examples demonstrating the use of AsyncDiff with AnimateDiff, including the motion adapter. You can find these examples here.

czg1225 commented 2 months ago

Hi @libai-lab , After checking the paper of Hyper-SD, I think AsyncDiff may have difficulties in supporting Hyper-SD.