Can i fine tune a model that was trained with normal pytorch module by using pytorch lightning module?

I’m new to pytorch lightning & I have already trained a model with normal nn module of pytorch. But i want to implement features like Model checkpoint and Early stopping. For this i thought of fine tuning the old model with pytorch lightning. Is that possible and is there any similar solutions which you have come accross??