File size: 101 Bytes
9457143
 
 
 
 
1
2
3
4
5
import torch
import pytorch_lightning as pl

class LatentDiffusionModel(pl.LightningModule):
    pass