DiffusionModelUNet does not support torchscript There might be other issues. What I found is: Type | is not supported for torchscript. https://github.com/Project-MONAI/GenerativeModels/blob/fd04ec6f98a1aec7b6886dff1cfb4d0fa72fe4fe/generative/networks/nets/diffusion_model_unet.py#L524
DiffusionModelUNet does not support torchscript
There might be other issues. What I found is:
Type | is not supported for torchscript.
GenerativeModels/generative/networks/nets/diffusion_model_unet.py
Line 524 in fd04ec6