pytorch-diffusion icon indicating copy to clipboard operation
pytorch-diffusion copied to clipboard

Implementation of diffusion models in pytorch for custom training.

Results 1 pytorch-diffusion issues
Sort by recently updated
recently updated
newest added

https://github.com/quickgrid/pytorch-diffusion/blob/d990fd376c4ac4acd58c410490bc35679c3b436b/ddim.py#L75C20-L75C20 If noise_rate is something between 0-1, wouldn't casting it to long int make it always 0?