You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Potentially silly question, but I went through the commit history behind the stable diffusion integration and I'm wondering: how do you make sure that you keep the equivalence with the original code?
Obviously the weights are the same but some of the code around the forward props can introduce differences?
If you can point me to a document on your process in general - curious to learn more.