Simeon Zhang

Results 3 issues of Simeon Zhang

I am trying to build YARPL library following instructions as mentioned in the readme. ``` # inside root ./yarpl mkdir -p build cd build cmake ../ -DCMAKE_BUILD_TYPE=DEBUG make -j ./yarpl-tests...

https://github.com/CompVis/stable-diffusion/blob/21f890f9da3cfbeaba8e2ac3c425ee9e998d5229/ldm/modules/attention.py#L99 As I understand, other implementations of attention except for `SpatialSelfAttention` in this module are set with bias=False. Why is it different? Any explanation will be greatly appreciated.