Vs. Diffusers #406
-
Why use this instead of diffusers? Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hey @billnye2! Thank you for your question. To understand Refiners, you should read the Manifesto, which is available in our docs. To dive deeper into what makes Refiners unique, look at this blog post I wrote. TLDR: Although diffusers shares some functional similarities, Refiners is not restricted to diffusion. For example, we support other foundation models like SAM. Our particularity is that Refiners is a micro-framework focusing on implementing Adapters on foundational models. Best of luck with your project! |
Beta Was this translation helpful? Give feedback.
Hey @billnye2!
Thank you for your question. To understand Refiners, you should read the Manifesto, which is available in our docs. To dive deeper into what makes Refiners unique, look at this blog post I wrote.
TLDR: Although diffusers shares some functional similarities, Refiners is not restricted to diffusion. For example, we support other foundation models like SAM. Our particularity is that Refiners is a micro-framework focusing on implementing Adapters on foundational models.
Best of luck with your project!