GenerativeModels icon indicating copy to clipboard operation
GenerativeModels copied to clipboard

MONAI Generative Models makes it easy to train, evaluate, and deploy generative models and related applications

Results 47 GenerativeModels issues
Sort by recently updated
recently updated
newest added

I wanted to use a `DDPMScheduler` with a cosine scheduling and obtained images filled with nan when sampling images. I quickly inspected the code and found that it was caused...

bug

Dear Author, I hope this message finds you well. Your project has deeply impressed me with its innovative approach to image processing, and I am grateful for the insights it...

Hi! Thanks for the great work here. When working with class-conditioned diffusion, the available inferers don't offer an input of class_label, only a concat or crossatn based context. However the...

Hi I have a trouble when import AutoencoderKL from generative ![image](https://github.com/Project-MONAI/GenerativeModels/assets/55345757/1690ffc8-bcab-411d-bb82-30c659e538d0)

According to "Common Diffusion Noise Schedules and Sample Steps are Flawed" (https://arxiv.org/pdf/2305.08891.pdf), the implementation of most schedulers do not use t = T in the sampling process. We should include...

Hi, Thank you for the amazing work on generative models. I have a question regarding the generative model for Brain Imaging generation by @Warvito (https://github.com/Warvito/generative_brain). In the paper (https://arxiv.org/abs/2209.07162), what...

Please add a tutorial illustrating how to train a model (e.g. 3d pix2pix, ..) to translate a T1 into a corresponding T2 (or CT, PS,...) image. Dataset: IXI, ...