hutaiHang / Faster-Diffusion

[NeurIPS 2024] Official implementation of "Faster Diffusion: Rethinking the Role of UNet Encoder in Diffusion Models"
https://arxiv.org/abs/2312.09608
Apache License 2.0
302 stars 19 forks source link

Could the authors share the code of producting heat map of Figure 3(Visualising the hierarchical features)? I am very appreciate your nice work and kind help. #12

Open StormArcher opened 8 months ago

StormArcher commented 8 months ago

Could the authors share the code of producting heat map of Figure 3(Visualising the hierarchical features)? I am very appreciate your nice work and kind help.

Figure 3. Visualising the hierarchical features.

hutaiHang commented 8 months ago

Thank you for your attention. Our visualization process is consistent with the PnP[1], which you can find in the official GitHub of this article: https://github.com/MichalGeyer/plug-and-play/blob/main/run_features_pca.py

[1] Plug-and-Play Diffusion Features for Text-Driven Image-to-Image Translation