Airin-chan's picture
Update README.md
d61953e verified
# 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
---