YangLing0818 / RPG-DiffusionMaster

[ICML 2024] Mastering Text-to-Image Diffusion: Recaptioning, Planning, and Generating with Multimodal LLMs (RPG)
https://proceedings.mlr.press/v235/yang24ai.html
MIT License
1.7k stars 99 forks source link

Diffusion acceleration support #51

Open andupotorac opened 5 months ago

andupotorac commented 5 months ago

Is there any support for LCM or accelerators of it, like StreamDiffusion or MultiStreamDiffusion pipelines? Would RGP still work if we're using any of these accelerators?

andupotorac commented 5 months ago

The reason I'm asking is because StreamMultiDiffusion for example is also working with different regions, which is the same approach used by this algorithm, so would love to know if these two are likely to play well together.