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
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...].
Pruna is an open-source AI model optimisation framework.
As discussed with @SunMarcabout doing this for transformers but we could do something similar for diffusers as well. Something like *Pipeline.from_pretrained interface as an alternative to the PrunaModel interface.
Describe the solution you'd like.
It would be a nice integration.
Describe alternatives you've considered.
We could also add the library as an explicit tab selector within the Hub, similar to llama-cpp/unsloth and other frameworks.