Lux.jl implementation of denoising diffusion model

Hi

Using Lux.jl, I’ve implemented denoising diffusion implicit model for image generation from noises.

Question: is there any place for me to contribute to enhance the Lux.jl examples? (Just making PR on the repo?)

8 Likes

This is great. Yes, feel free to make a PR. Each directory inside examples operates like an independent package so we should be able to merge your code quite easily.

Okay, I will make the PR. Thanks!