718686b d61953e 718686b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# how to install model bash''' model = DiffusionModel() load_checkpoint = torch.load("Diffusion_model1-2.pth") model.load_checkpoint(load_checkpoint) ''' # made by : Candra Alpin Gunawan --- license: mit ---