Show HN: Modular Diffusion – A modular Python library for diffusion models Hello everyone! I've been working on this project for a few months as part of my thesis in Machine Learning. It's meant to be a library that provides an easy-to-use but flexible API to design and train Diffusion Models. I decided to make it because I wanted to quickly prototype a Diffusion Model but there were no good tools to do it with. I think it really can help people prototype their own Diffusion Models a lot faster and only in a few lines of code. The base idea is to have a Model class that takes different modules corresponding to the different aspects of the Diffusion Model process (noise schedule, noise type, denoising network, loss function, guidance, etc.) and allow the user to mix and match different modules to achieve different results. The library ships with a bunch of prebuilt modules and the plan is to add many more. I also made it super easy to implement your own modules, you just need to extend from one of the base classes available. Contrary to HuggingFace Diffusers, this library is focused on designing and training your own Diffusion Models rather than finetuning pretrained ones (although this is possible). I would really appreciate your feedback. https://ift.tt/bGovf7E September 2, 2023 at 07:46PM
Show HN: Modular Diffusion – A modular Python library for diffusion models https://ift.tt/5c8omKN
Related Articles
Show HN: Computer Engineering for Babies (Book) https://ift.tt/3yx5SVLShow HN: Computer Engineering for Babies (Book) https://ift.tt/32C0Esv… Read More
Show HN: Chat with your contacts on different platforms without an app https://ift.tt/38Evju3Show HN: Chat with your contacts on different platforms without an app… Read More
Show HN: CLI for authentication into AWS right from your terminal (supports MFA) https://ift.tt/3mKYV17Show HN: CLI for authentication into AWS right from your terminal (sup… Read More
Show HN:Matrix Multiplier, tiny Linux (Bash) utility https://ift.tt/3l1azCFShow HN:Matrix Multiplier, tiny Linux (Bash) utility https://ift.tt/3n… Read More
Show HN: LinkLonk – information discovery with aligned incentives https://ift.tt/3BEBXNfShow HN: LinkLonk – information discovery with aligned incentives http… Read More
Show HN: Interactive Visualisation of Bézier Curves https://ift.tt/3BAmAFBShow HN: Interactive Visualisation of Bézier Curves https://ift.tt/2Vb… Read More
Show HN: Badgeth, a Sci-Fi DApp https://ift.tt/3mVCKp4Show HN: Badgeth, a Sci-Fi DApp https://badgeth.com/ September 3, 2021… Read More
Show HN: PNGR (v2) – Docker-Compose for a Postgres-Nginx-Golang-React Stack https://ift.tt/3yM9DXoShow HN: PNGR (v2) – Docker-Compose for a Postgres-Nginx-Golang-React … Read More
0 Comments: