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
Group offloading was added to diffusers in v0.33.0 release. This implementation can cut down the memory requirements for training by a lot and the cost of training speed. If using a cuda device that supports streams, there is negligible overhead to training speed.