horseee / DeepCache

[CVPR 2024] DeepCache: Accelerating Diffusion Models for Free
https://horseee.github.io/Diffusion_DeepCache/
Apache License 2.0
686 stars 32 forks source link

Examples of feature maps in the up-sampling block U2 in Stable Diffusion #29

Open pokameng opened 3 months ago

pokameng commented 3 months ago

Is the visualization in pixel space or latent space?

horseee commented 3 months ago

The calculation is on the latent space, and we resize it back to the pixel space.

pokameng commented 3 months ago

can you share the visual code with me? @horseee

HuiZhang0812 commented 3 months ago

I also have the same doubt: how is latent converted into an image in RGB pixel space. Could you please share the code or provide some guidance? Thank you very much.

jinchaozhu commented 2 months ago

Could the author please share the code(visual code) or provide some guidance? Thank you very much.

niehen6174 commented 3 weeks ago

I share the same confusion and am looking forward to the author sharing the code.